Guest User

Untitled

a guest
Oct 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. lineNumber = 3
  2.  
  3. if difficultycs =='1':
  4. f = open('computer-science-easy.txt', 'r')
  5. cseasyquestions = f.readlines()[linenumber]
  6. print (cseasyquestions)
  7. f.close()
Add Comment
Please, Sign In to add comment