Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Finding the average of numbers in a txt file
Post: Finding the average of numbers in a txt file

This is the assignment: Write a program that read numbers from a text file named "data.txt" and store the average in a second file named "average.txt". The numbers are line separated (each line in th...
piday Homework 1 19,205 Feb-27-2018, 01:24 AM
    Thread: Class and calling a method
Post: RE: Class and calling a method

Did you get this figured out, or are you still needing help?
piday Homework 3 3,108 Feb-26-2018, 08:26 PM
    Thread: Turtle drawing Right Triangle
Post: RE: Turtle drawing Right Triangle

(Feb-19-2018, 12:09 AM)Zatoichi Wrote: I solved it! Hi! I have this same assignment, how did you fix this error? I've been working on it for days and I can't seem to figure it out.
piday Homework 3 5,730 Feb-25-2018, 01:41 AM
    Thread: Scramble word game
Post: RE: Scramble word game

a=(randrange(0,len(scrambled_list)-1)) print(scrambled_list[a]) guess=input("Enter your guess\n") if guess == answer_list[a]: try that in place of your scrambled_list and ans...
piday Homework 9 8,418 Feb-05-2018, 02:04 AM

User Panel Messages

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