Click here to Skip to main content
15,887,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Option 7: Import question from file  
Which project should we select? 
a) Project 1 
b) Project 2 
c) Project 3 


What I have tried:

#with open('Assignment_Data2.csv') as csvDataFile:
          #csvReader = csv.reader(csvDataFile)
          #for row in csvReader:
               #print(row)
     #name=input("Enter the name of the data file:")
     #file=open(name)
     #file.readline()
Posted
Comments
Richard MacCutchan 31-Jul-18 9:11am    
And? Is there a problem here? Apart from the fact that every line in your program is a comment.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900