Skip to content

IrreplaceableH/coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Question 1

Use the print function in Python to print the following sentence: "Hello, World!"

Next, use the print function to print another sentence: "Python is fun!"

Finally, print one last sentence: "Let's code!"

Your code here

print("Hello, World!") print("Python is fun!") print("Let's code!")

About

live coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published