sagarainapur / 100-Days-of-Code-Python

Mastering Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

100-Days-of-Code-Python

Mastering Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!

Exercise 1 - Printing

Write a program in main.py that prints the same notes from the previous lesson using what you have learnt about the Python print function.

Warning: The output in your program should match the example output shown below exactly, character for character, even spaces and symbols should be identical, otherwise the tests won't pass.

Example Output After you have written your code, you should run your program and it should print the following:

Day 1 - Python Print Function The function is declared like this: print('what to print') e.g. When you hit run, this is what should happen: image Day 1 - Python Print Function The function is declared like this: print('what to print') image

About

Mastering Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!