Learning Objectives In this challenge we are going to focus on accessing a text file in Python to: Read the content of the file line by line, Write data to a new file. Before completing this challenge, you should read…
Learning Objectives In this challenge we are going to focus on accessing a text file in Python to: Read the content of the file line by line, Write data to a new file. Before completing this challenge, you should read…
Learning Objectives By completing this challenge you are going to perform arithmetic operations in Python. You will also learn how to manipulate counted loops (for loops) and how to combine loops together using nested loops. Times Table Look at the…
For this challenge you will design and write a program to play against the computer. The computer will display a random number between 1 and 1000. It will then ask the end-user whether they believe the next number will be…
Learning Objectives In this challenge you will learn how to create your own library and how to use it in your programs. A library is a collection of functions and procedures. A library can then be reused in all your…
Rosetta: Rendez-vous with a comet Rosetta is a robotic space probe built and launched by the European Space Agency. Along with Philae, its lander module, Rosetta is performing a detailed study of comet 67P/Churyumov–Gerasimenko. RosettaPhilaeComet 67P Rosetta: © (CC) ESA/ATG…