working socket integration
This commit is contained in:
5
examples/simple_input.py
Normal file
5
examples/simple_input.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Simple input example
|
||||
name = input("Enter your name: ")
|
||||
print(f"Hello, {name}!")
|
||||
for i in range(5):
|
||||
print(f"Count: {i}")
|
||||
Reference in New Issue
Block a user