Page 1 of 1

Exercise 1: Open a new file in IDLE ("New Window" in the "File" menu) and save it as lab11.py in the directory where you

Posted: Fri May 20, 2022 11:29 am
by answerhappygod
Exercise 1 Open A New File In Idle New Window In The File Menu And Save It As Lab11 Py In The Directory Where You 1
Exercise 1 Open A New File In Idle New Window In The File Menu And Save It As Lab11 Py In The Directory Where You 1 (43.07 KiB) Viewed 35 times
Exercise 1 Open A New File In Idle New Window In The File Menu And Save It As Lab11 Py In The Directory Where You 2
Exercise 1 Open A New File In Idle New Window In The File Menu And Save It As Lab11 Py In The Directory Where You 2 (43.07 KiB) Viewed 35 times
Exercise 1: Open a new file in IDLE ("New Window" in the "File" menu) and save it as lab11.py in the directory where you keep the files you create for this course. Then copy the functions you wrote for Exercise 3: (menu Writing) from lab 9. into this file and save it. Now open a new file and save it in the same directory. You а should now be able to import your own module like this: import lab11 Try the following and write what you find. print(dir(lab11)) Use the function Factorial to calculate (3) Write 3 more different ways to import Factorial ()