Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 

Repository files navigation


snake


๐Ÿง‘โ€๐Ÿ’ป About Us

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.


๐ŸŽฎ Easter Egg: Find the Bug ๐Ÿž

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors