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 %}
|
{% endraw %}
|
||||||
|
|
||||||
In Python:
|
In Python:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
a=1
|
a=1
|
||||||
b=1
|
b=1
|
||||||
|
@ -50,6 +51,7 @@ print(c)
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
In Python:
|
In Python:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
a = int(input())
|
a = int(input())
|
||||||
b = int(input())
|
b = int(input())
|
||||||
|
|
Loading…
Reference in a new issue