Question: Question 2 1 pts Suppose we have the data file mydata.txt located in the same folder as the Python source code. Also, assume that the
Question 2 1 pts Suppose we have the data file mydata.txt" located in the same folder as the Python source code. Also, assume that the file contains the following information AGTC GCTA CCGA AAAT (There is a newline on the right which does not show.) What will the file contain after the following Python statements are executed? outhle-open("mydata.txt", "W") outfile.write('AAGG") AGTC GCTA CCGA AAAT AAGG AAGG AGTC GCTA OCGA AAAT AGTC GCTA COGA AAAT AAGG AAGGGOTA Question 3 1 pts Python allows us to enter data into programs from the keyboard. While not shown by the book in Chapter 3 the video shows how this is done. Which of the following Python statements will read and save your first name into variable fastname? inputEnter your first names for strame) histrame-read'Enter your first name: hestrame-type Enter your first name: Input"Enter your bestrame strumenout Enter your first name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
