lion = True
if lion :
print("lion roars")
else:
print("the lion is too far")

a=100
b=765
if b>a :
print("b is greater than a")
elif a==b:
print("b is qual to a")
else:
print("a is greater than b")
arrayinpython = ["lion","tiger","bear"]
x =len(arrayinpython)
for x in arrayinpython:
print(x)
Continue Reading → n= int(input("the first number = "))
m= int(input("the second number = "))
p=n/m
print("the result = " , p)
import pywhatkit
pywhatkit.sendwhatmsg('+9647503158185', ' happy birthday ', 1,45)
import java.util.Scanner;
class Main {
public static void main(String[] args) {
char operator;
Double number1, number2, result;
Scanner input = new Scanner(System.in);
System.out.println("Choose an operator: +, -, *, /");
operator = input.next().charAt(0);
System.out.println("Enter the first number");
number1 = input.nextDouble();
System.out.println("Enter the second number");
number2 = input.nextDouble();
switch (operator) {
...
Continue Reading → <!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
}
.heart{
background: red;
position: relative;
height: 100px;
width: 100px;
transform: rotate(-45deg)
}
.heart::after{
background: inherit;
border-radius: 50%;
content: '';
position: absolute;
top: -50%;
left: 0;
height: 100px;
width: 100px;
}
...
Continue Reading → Make a perfect signup page using html/css fast and easy !!
Source Code Here:
<!DOCTYPE html> | |
<html lang=”en”> | |
<head> | |
<style> | |
body{ | |
background-color: rgb(59, 172, 160); | |
} | |
.d1{ | |
background-color: white; | |
margin-left: 500px; | |
width: 250px; | |
height: 500px; | |
border-radius: 20px; | |
} | |
form p{ | |
margin-left: 30px; | |
} | |
form input{ | |
margin-left: 30px; | |
border-radius: 10px; | |
} | |
h1{ | |
margin-left: 30px; | |
} | |
input[type=”submit”]{ | |
height: 35px; | |
width: 100px; | |
background-color: rgb(59, 172, 160); | |
border: 10px; | |
} | |
.d2{ | |
margin-left: 530px; | |
width: 250px; | |
height: 500px; | |
} | |
</style> | |
<title>this is the title of the signup page</title> | |
</head> | |
<body> | |
<div class=”d1″> | |
<form action=””> | |
<h1> Sign ... |
Social Media Utilization Statistics for 2019 Disclose Sudden Shifts
A take a look at the newest Edison Analysis and Triton Virtual Social Dependancy find out about presentations in large part unchanged social media utilization during the last 4 years, expansion for Instagram amongst younger American citizens, a drop in Fb’s reputation, and a number of other different statistics of passion to virtual entrepreneurs.
Tyson is a Senior search engine optimization Guide at the Skilled Products and services Group at seoClarity. He is helping seoClarity customers plot the most efficient trail to good fortune. He ...