mirror of
https://github.com/JonasunderscoreJones/EPI-2324.git
synced 2025-10-23 16:39:21 +02:00
ue1
This commit is contained in:
parent
fb59dad916
commit
acb0ab3b66
3 changed files with 154 additions and 0 deletions
5
EPR/ue01/temp.py
Normal file
5
EPR/ue01/temp.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
a = 5
|
||||
b = 10
|
||||
if b:
|
||||
print("b gibt True")
|
||||
else: print("b gibt False")
|
Loading…
Add table
Add a link
Reference in a new issue