Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
on_off
for i in range(1,100+1): if i%5==0: print("ON") elif i%3==0: print('OFF') elif (i%5==0) and (i%3 ==0): print("ON-OFF") else: print(i)
run
|
edit
|
history
|
help
0
sensi 1
Itertools-Cartesian-Product-var-args
max/min fuction
Calendar 12 months
IP Networks splitting calculator
Lesson 8 updated
Prime Numbers :-> Sieve of Eratosthenes
324
31 dec
pip install pyowm==2.7.1