# Exempel - Omvandla datatypen till heltal e = '12' e = int(e) # Strängen e omvandlas till ett heltal och tilldelas variabeln e f = e + 34 print(f)