#a tall = 3+1 tall = tall*2 print(f"oppgave a:{tall}") #b tekst = "a"+"c" tekst = tekst+"b" print(f"oppgave b:{tekst}") #c i=5 j=10 while i