Skip to content

Commit 279079d

Browse files
authored
Update README.md
1 parent 9bf1277 commit 279079d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ python3 <filename>.py
2323
```python
2424
time python3 <filename>.py
2525
```
26+
27+
## Getting started with the language
28+
29+
### I/O
30+
+ Input
31+
```python
32+
input("Input: ")
33+
```
34+
+ Output
35+
Python automatically points the cursor to a new line.
36+
We need not specify explicitly.
37+
```python
38+
print("Output")
39+
```

0 commit comments

Comments
 (0)