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
3
views
1
greeting
=
"Howdy!"
2
print
'Starting our say-hi program'
3
print
greeting
4
print
"end of program"
5