talking = "hello, im dl" if true: print(talking)
hello_saying = "hello" my_name = "dl" cando = True if cando: print(hello_saying + " " + my_name)