diff --git a/main.py b/main.py new file mode 100644 index 0000000..fce0adb --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +oname=input('Enter your name: ') +print('Hello brave new '+oname) +print('How\'s the weather today?')