Impression d'une variable avec une variable. python
hello_saying = "hello"
my_name = "dl"
cando = True
if cando:
print(hello_saying + " " + my_name)
dl.idiot..
hello_saying = "hello"
my_name = "dl"
cando = True
if cando:
print(hello_saying + " " + my_name)