[text] Maker

Viewer

  1. import time
  2. academy = "Tom Clancy's Rainbow Six Siege"
  3. trust = "Ubisoft"
  4. headteacher = "Yves Guillemot"
  5. teatchers = "jyinxy and i am not zim"
  6. subject ="Gaming"
  7. name = str(input("Enter your name"))
  8. age = int(input("Enter your age"))
  9. print("My name is",name,"I am",age,"years old and go to",academy,".")
  10. time.sleep(3)
  11. print(headteacher,"is the principal of",teatchers,"and they 1are very good teachers, even though jyinxy is better.")
  12. print("He also thinks that",subject,"is very important at every age" )
  13.  

Editor

You can edit this paste and save as new: