Giter Site home page Giter Site logo

WELCOME Visitors!

sleepy = 0
knowledge = 0

while sleepy < 100:
  print("You are feeling sleepy. Keep staying awake to increase your knowledge!")
  answer = input("What is 2 + 2? ")
  if answer == "4":
    print("Correct! Your knowledge has increased.")
    knowledge += 1
  else:
    print("Incorrect. Try again.")
  
  sleepy += 10
  knowledge -= 1
  
  print("Your current knowledge level is:", knowledge)
  print("Your current sleepiness level is:", sleepy)

print("You are too sleepy to continue. Game over!")

Social Media Contact :

Discord Presence

Gmail: [email protected]
Gmail(KMITL): [email protected]
My High School Portfolio: Click Here
My Portfolio for work: still in development


chollsak

Languages and Tools:

arduino babel c cplusplus csharp css3 docker dotnet flutter git html5 java javascript linux mongodb mssql mysql nodejs postgresql python react tailwind typescript

Top Langs

 chollsak

chollsak


chollsak

Choll Sak's Projects

rfid-storage-slot-box icon rfid-storage-slot-box

Project that we cooperated with Embedded System Laboratory. Most working with EEPROM, RFID, Electrical

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.