Advertisement
Guest User

technomaster.py

a guest
Jul 31st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. print "Hello, welcome to my program!"
  2. print "Today, you will be doing some tests with me."
  3. print "Don't worry though, it will be very easy and requires no preparation from you."
  4. print "We will begin soon. For now, just sit back and relax. There is nothing to worry about."
  5. print "To begin, I need to ask you some basic questions.
  6. print "First of all, I need to know your name. Your full name is not required, just a first name or nickname will be sufficient. name = name=input("name")
  7. print "Okay, so now your age is required. I would prefer in years, and do not orund, if you are almost 13, put 12. If you are turning 11 in an hour, put 10.
  8. age = int(input("age: ")
  9. print "Last thing- your gender."
  10. gender = int(input("gender: "))
  11. print "Okay, thank you."
  12. print "That is all I need."
  13. print "But I know you are wondering... what are you doing here?"
  14. print "Well you're in luck, because I am about to tell you."
  15. print "Anyway as you know, it is the 21st century, am I wrong?"
  16. print "Awesome, but anyway, as soon as you clicked that download button for this program, you were actually sent back in time."
  17. print "This was supposed to send you in the future to the year 3000."
  18. print "But due to the Y3K bug, you were sent back in time to the year 2000. It's a good thing though. I won't be fixing that bug."
  19. print "Why won't I fix it? Good question."
  20. print "Well, bad things will happen in 3000."
  21. print "Well, let me tell you, as you are from the past and I am from the future."
  22. print "There is this evil hacker. Her name, as you may know, is Delaney Norman, who you probably know as Delracman."
  23. print "She was trying to recreate programming in a way where anyone could do it."
  24. print "You probably know Delracman can't code at all."
  25. print "She learned some Python, and used it to create a program where you didn't have to code! There were all these words you dragged onto a diagram and use that to make programs."
  26. print "It's like Scratch, but you could make REAL programs."
  27. print "She used it to travel to the future."
  28. print "But in the year 3000, no one liked to code anymore, they just took all programs for granted."
  29. print "Delracman was angry. She wanted to get back at them. She coded a program, a virus, if you will, to kill everyone's computers."
  30. print "She thought, 'why use a computer when you can't even make anything with it?"
  31. print "If you were sent to the future,you would've killed yourself trying."
  32. print "You can, however, stop Delracman before she took off."
  33. print "Go back to the year 2015, when Del was 13 years old."
  34. print "Stop her from taking off, and you will be rewarded. How? I have to think about that."
  35. print "For now, just think about it. Pack up your stuff and come back. I'll be waiting."
  36. print "How can you trust me?"
  37. print "Well, it may be good if I told you my name, correct?"
  38. print "My name is Rupert. You can trust me.Because I'm just like you, a TechnoMaster, someone who has power and control over computers."
  39. print "We are the most powerful out there. We can control people using computers. We can hack with no trouble. Don't worry, you'll get you're full share of that."
  40. print "I am also a kid, I'm 15 years old. I wouldn't lie about tragedy."
  41. print "Pack up your stuff. You need learning in your abilities before you go off on your adventure."
  42. print "Good luck. I'll meet you at the academy."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement