Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ass
a = int(input("Enter a Number:")) b = a * a c = a * a * a d = 10 n = 0 print("Square: ",b," Cube: ",c) if (a > d): print (a ,"is > ",d) else: print(a , "is <" , d) e = a % 2 if (e == 0): print(a ,"is EVEN number") else: print(a ,"is ODD number") while(n <= 25): print (n) n = n + 1
run
|
edit
|
history
|
help
0
Komalsri123
Bubble sort
Яндекс.Интервью - Задача C
Python My G(ame,uess)
Python, finditer(), filter emails and place put in tuple
Hello World Test
dictionary function
guess123
Sieve of Eratosthenes
Code1