filmov
tv
Coding to Christmas - Python - Challenge 15

Показать описание
Challenge 15 - 'Twas the Night
Write a script to create a new file and print ”Happy Holidays!” to this new file. Then, add “Hope you have a happy new year!” to it.
Overview
In this challenge, you will learn how to handle files using Python.
This will allow you to answer the challenge above, as well as link to additional questions for you to try out.
What you need
What you learn
File Handling
For loops
Write a script to create a new file and print ”Happy Holidays!” to this new file. Then, add “Hope you have a happy new year!” to it.
Overview
In this challenge, you will learn how to handle files using Python.
This will allow you to answer the challenge above, as well as link to additional questions for you to try out.
What you need
What you learn
File Handling
For loops