de:modul:m319:learningunits:lu02:loesungen:eingabe

Action unknown: linkbutton

LU02.L02 - Eingaben

input_string= input('Give a string:')
input_integer = int(input('Give an integer:'))
input_float = float(input('Give a float:'))
print('You gave the string ' + input_string)
print('You gave the integer ' + str(input_integer))
print('You gave the float ' + str(input_float))

Marcel Suter, Kevin Maurizi

  • de/modul/m319/learningunits/lu02/loesungen/eingabe.txt
  • Zuletzt geändert: 2025/06/23 19:52
  • von 217.113.194.188