Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-12 16:16:54 +01:00 committed by GitHub
parent 8cf0b7dbe9
commit 7534aa65eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())