Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Question1 = QuestionOne
  2. Question2 = QuestionTwo
  3. Question3 = QuestionThree
  4. Question4 = QuestionFour
  5. Question5 = QuestionFive
  6.  
  7. Questions = (Question1, Question2, Question3, Question4, Question5)
  8.  
  9. RandQuestion = random.choice(Questions)
  10.  
  11. Questions.delete(RandQuestion)
  12.  
  13. RandQuestion()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement