Skip to content
Snippets Groups Projects
Select Git revision
  • 23860e8bc0bb5af2e9b532f417059fd211456c88
  • main default protected
  • potentialRestart
  • EneryBooster
  • Coordinates_And_Body_size
  • 9-spectator
  • 8-deadplayers
  • 7-camera
  • 6-rooms
  • test-of-collision&growing
  • 5-rooms
  • 0-setup-initial-server
  • 3-initial-game-code
13 results

WebSocketModel.js

Blame
  • inputexample.py 148 B
    
    #Example 1
    age = int(input("How old are you?"))
    
    #Example 2
    print("How old are you?")
    age = int(input())
    
    if age < 18: # Error
        votingAge = True