TASK 1: Python – Print exercises

TASK 1: Python – Print exercises
1.How do you print the string “Hello, world!” to the screen? Ans: Using sep and end Parameters is preferred way. 2.How do you print the value of a variable name which is set to “Syed Jafer” or...
0 Read More