-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuick game!.py
More file actions
28 lines (28 loc) · 955 Bytes
/
Quick game!.py
File metadata and controls
28 lines (28 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
import time
import sys
print("Hello")
Ready = input("Are you ready")
if Ready == "no":
print("Ok bye bye")
if Ready == "No":
print("Ok bye bye")
if Ready == "Yes":
print("The game is starting")
Name = input("Please enter a name for your player")
time.sleep(1.75)
print(Name+"has been made!")
time.sleep(1.75)
print("I hope you have fun!")
time.sleep(1.75)
print("Day 1")
time.sleep(1.75)
print("Today is the day you can show your game you have been working on to your teacher")
time.sleep(1.75)
print("This could get you a place in the top class!")
time.sleep(1.75)
print("The thing is you have a really bad headache and feel sick")
Choice1 = input("Do you go to school?")
if choice1 == "Yes":
print("You start to pack your bags")
print("You are a bit unsure about your first lesson.\nDo you find your timetable")
time.sleep(1.75)