Skip to content

natnew/Python-Project-Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Python Project: Hello World 🐍

Python Script
This repo contains python code that returns the message 'Hello World!'
Run the code.

Python

#Message in single quotes
print('Hello World!')

#Message in double quotes
print("Hello World!")

Output

Hello World!

Hello World!

About

Python Project Hello World

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages