HW1 Done
This commit is contained in:
5
HW1/StoneGame.py
Normal file
5
HW1/StoneGame.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
def main():
|
||||
t = "hello"
|
||||
print(t);
|
||||
Reference in New Issue
Block a user