Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem on/off
for n in range(1,101): # print n if n % 3 == 0 and n%5 == 0: print "on/off" else: if n%5 == 0: print "off" elif n%3 == 0: print "on" else: print n
run
|
edit
|
history
|
help
0
Filter dictionaries with specific keys (using list comprehension)
working with strings
PyPartial
Gus Hw Help
Project Euler #22
Chain length calculator
two sum
Aufgabe 16
0dd08b977895229d09b4848e467a4e10162ed345de0b245922b3505909d33ead
Shabnam_ticket