Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
YStrano
GitHub Repository: YStrano/DataScience_GA
Path: blob/master/april_18/lessons/lesson-05/code/say-hi.py
1904 views
1
greeting = "Howdy!"
2
print 'Starting our say-hi program'
3
print greeting
4
print "end of program"
5