Skip to content
Snippets Groups Projects
Commit 5fab4bf6 authored by Bodor Máté's avatar Bodor Máté
Browse files

v0.21

parent bc92316b
Branches
No related tags found
No related merge requests found
...@@ -506,6 +506,12 @@ print_rectangle(x=10, w=19, h=25) ...@@ -506,6 +506,12 @@ print_rectangle(x=10, w=19, h=25)
### Alap beépített fgv-ek ### Alap beépített fgv-ek
```python
dir(__builtins__)
```
+++
- input() Allowing user input - input() Allowing user input
- len() Returns the length of an object - len() Returns the length of an object
...@@ -524,7 +530,7 @@ print_rectangle(x=10, w=19, h=25) ...@@ -524,7 +530,7 @@ print_rectangle(x=10, w=19, h=25)
--- ---
#### While ### While
+++ +++
...@@ -578,6 +584,8 @@ Output: ...@@ -578,6 +584,8 @@ Output:
### Elágazások ### Elágazások
+++
```python ```python
b = False b = False
x = 3 x = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment