Compare commits
No commits in common. "61a0abca8c4b4cde2bcd5a2059db4f0d18e9edec" and "0dba10c4115125a785aa423b1504462b928a4636" have entirely different histories.
61a0abca8c
...
0dba10c411
1 changed files with 0 additions and 4 deletions
|
@ -10,11 +10,7 @@ elif operator == '*':
|
|||
print("Součin je", a * b)
|
||||
elif operator == '/':
|
||||
print("Podíl je", a // b)
|
||||
elif operator == '%':
|
||||
print("Modulo je", a % b)
|
||||
elif operator == '^':
|
||||
print("Mocnina je", a ^ b)
|
||||
elif operator == 'f':
|
||||
print("Magická funkce je", a**2 + b**2)
|
||||
else:
|
||||
print("Tento operátor neznám")
|
||||
|
|
Loading…
Reference in a new issue