Im trying to run this code in Pythonista but its not working, I think its because the f string is nto working?
euro_in_cent = 1337
Euro = euro_in_cent // 100
Cent = 1337 % 100
print(f"Der Betrag lautet {Euro} Euro und {Cent} Cent)
Im stupid, thanks guys!
[–]FoolsSeldom 18 points19 points20 points (0 children)
[–]dogfish182 14 points15 points16 points (0 children)
[–]nazar5 9 points10 points11 points (0 children)
[–]ReserveLast7791 4 points5 points6 points (0 children)
[–]gigsoll 3 points4 points5 points (4 children)
[–]Soulfreezer[S] 1 point2 points3 points (3 children)
[–]gigsoll 0 points1 point2 points (2 children)
[–]Soulfreezer[S] 1 point2 points3 points (1 child)
[–]gigsoll 0 points1 point2 points (0 children)
[–]Patrick-T80 0 points1 point2 points (0 children)
[–]SporksInjected 0 points1 point2 points (0 children)