Newton School of Technology โ SWC (Student Web Club) is a community of dreamers, coders, and creators from Bangalore, building cool tech, hosting hackathons, and helping students grow into real-world developers.
๐ We believe code is art, and open source is the gallery.
Try to find the hidden bug in this code ๐
Click to play
def future():
dream = "build the next big thing"
while True:
code = input(">>> ")
if code == "bug":
print("๐ You found it! Congrats, developer!")
break
else:
print("Keep coding...")
future()