mirror of
https://github.com/JonasunderscoreJones/EPI-2324.git
synced 2025-10-24 00:59:20 +02:00
5 lines
No EOL
71 B
Python
5 lines
No EOL
71 B
Python
a = 5
|
|
b = 10
|
|
if b:
|
|
print("b gibt True")
|
|
else: print("b gibt False") |