Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
if else
#python 3.5.2 a=1 b=2 if a < b: print ( "a is less than b") elif a== b: print ("a is equal to b") else: print ("a is greater than b")
run
|
edit
|
history
|
help
0
oops1.py
Assignment-2b
Email_Python
python_study_note_for loop@nested loop
💯💯💯💯💯💯💯👽Guess the number 👽💯💯💯💯💯💯💯
Calender 2019
Считалка через массив
Making of floor() and ceil() functions
List comprehension, join, split, zip
Dictionary example