working socket integration
This commit is contained in:
3
examples/basic_input.py
Normal file
3
examples/basic_input.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Very basic input example
|
||||
name = input("What is your name? ")
|
||||
print(f"Hello, {name}!")
|
||||
Reference in New Issue
Block a user