Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
YStrano
Edit Copy
Star
GitHub Repository:
YStrano/DataScience_GA
Path:
blob/master/april_18/lessons/lesson-05/code/say-hi.py
1
9
0
4
views
1
greeting
=
"Howdy!"
2
print
'Starting our say-hi program'
3
print
greeting
4
print
"end of program"
5