adding a python version of one script for comparison
This commit is contained in:
parent
aa0f8bb8cb
commit
fdcafd13f5
9
cli/variables.py
Normal file
9
cli/variables.py
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
firstname = "Jonathan"
|
||||
|
||||
print "Hello, " + firstname
|
||||
|
||||
firstname = "John"
|
||||
|
||||
print "Goodbye, " + firstname
|
Loading…
Reference in New Issue
Block a user