Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: file python task, need help !
Post: RE: file python task, need help !

#ask for a file import csv userinput = input('Enter a file name containing integer numbers that you want to read: ') myfile = userinput #read if exist try: myfile = open(userinput) except: p...
rayabv Homework 7 3,513 Apr-15-2019, 08:28 PM
    Thread: file python task, need help !
Post: RE: file python task, need help !

Here we are. After dealing with the first steps [Image: https://pp.userapi.com/c855424/v85542426...cYbTa0.jpg] I understood that list is not divided. i also tried to use isdigit function, but could n...
rayabv Homework 7 3,513 Apr-15-2019, 05:18 PM
    Thread: file python task, need help !
Post: RE: file python task, need help !

Actually, my output data is no divided and is written in line and that is wrong. After that, I can not understand how to find integers in list(can suppose it is isdigit function but how to make a blo...
rayabv Homework 7 3,513 Apr-15-2019, 04:40 PM
    Thread: file python task, need help !
Post: file python task, need help !

the task is below:https://pp.userapi.com/c850124/v85012411...C4WFRI.jpg Ask user for a file with integer numbers (one number in each row). if the file does not exist, print a message and finish. Mak...
rayabv Homework 7 3,513 Apr-15-2019, 02:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020