0
about print statement
How to print both variable and string in a single line in python?
2 odpowiedzi
+ 2
int x=2
print("the value of x =%d", x);
0
by using the concatination that this language support it links the string and variable value
How to print both variable and string in a single line in python?