woahh.. i like it
no problem, this is a beginner, and you will become an expert
In Python is very simple
Example age = int(19) txt = str("Hello my name is Beno, i'am {} years old") print(txt.format(age))
age = int(19) txt = str("Hello my name is Beno, i'am {} years old") print(txt.format(age))
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
woahh.. i like it
no problem, this is a beginner, and you will become an expert
In Python is very simple
Example
age = int(19) txt = str("Hello my name is Beno, i'am {} years old") print(txt.format(age))
This comment is hidden because it contains spoiler information about the solution