Zur erweiterten Suche
Code: Alles auswählen
def Hallo(name="lucas"): print("Hallo " + name +"\n"+ "Ich bin idc.exe" ) print(Hallo(""))