Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
on_off
#python 2.7.12 for i in xrange(101): if (i%3 == 0 and i%5 == 0): print 'OnOff' elif (i%3 == 0): print 'On' elif (i%5 == 0): print 'Off' else: print i
run
|
edit
|
history
|
help
0
Python2, list comprehension, join, split, zip
Attempt to break cpu limit
runologist
PyStr
PyLamb
coupon
Problem: rstring
fibonacci_2
fb_series
PyPropertyDecorator