Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
8cf0b7dbe9
commit
7534aa65eb
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ This program does nothing.
|
|||
{% endraw %}
|
||||
|
||||
In Python:
|
||||
|
||||
```python
|
||||
a=1
|
||||
b=1
|
||||
|
@ -50,6 +51,7 @@ print(c)
|
|||
{% endraw %}
|
||||
|
||||
In Python:
|
||||
|
||||
```python
|
||||
a = int(input())
|
||||
b = int(input())
|
||||
|
|
Loading…
Reference in a new issue