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 student 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()