Bingung saya nih salah terus
# Make sure that the_flying_circus() returns True
def the_flying_circus():
if the_flying_circus() :
print True
# Start coding here!
# Don't forget to indent
# the code inside this block!
elif not the_flying_circus():
print not False
# Keep going here.
# You'll want to add the else statement, too!
else:
print False
0 jempol
bramanto
300
1167
·
8 tahun, 8 bulan yang lalu
·
0 jempol
Halo coder @ahmadhaqqer, wah menarik sekali. Mungkin bisa dilihat disini sebagai referensi penyelesaiannya : https://www.reddit.com/r/learnpy... https://github.com/ummahusla/Cod... Semangat! Happy Coding!