Allmäna tester
This commit is contained in:
@@ -13,7 +13,7 @@ print(c)
|
||||
print(d)
|
||||
print(a+d)
|
||||
|
||||
#bunch of different ways to concatenate different datatypes, format is recommended I believe
|
||||
# Bunch of different ways to concatenate different datatypes, format is recommended I believe
|
||||
print(str(a)+e)
|
||||
print(a,e)
|
||||
print("Concatenate: {} {}".format(a,e))
|
||||
|
||||
Reference in New Issue
Block a user