Skip to content

Commit dc12539

Browse files
committed
Add "User Input"
Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
1 parent e952f02 commit dc12539

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Copyright (c) 2020 Ercan Ersoy
66

77
## Examples List
88

9-
* [Hello World](hello-world)
9+
* [Hello World](hello-world)
10+
* [User Input](user-input)

user-input/user-input.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print(input("Enter a value: "))

0 commit comments

Comments
 (0)