Page 1 of 1

Write a tk inter GUI program that asks the user how many words they would like to write to a file, and then asks the use

Posted: Mon May 02, 2022 12:41 pm
by answerhappygod
Write a tk inter GUI program that asks the user how many words
they would like to write to a
file, and then asks the user to enter that many words, one at a
time. The words should be written to
a file. 8. A file exists on the disk named students.txt. The file
contains several records, and each record
contains two fields:
(1) the student’s name, and
(2) the student’s score for the final exam.
Write code that changes Julie Milan’s score to 100.
(b) Write another program that reads the words from the file and
displays the following data:
• The number of words in the file.
• The longest word in the file.
• The average length of all of the words in the file.
in tk inter please