SyntaxFix
Write A Post
Hire A Developer
Questions
variable=" Hello..." print (variable) print("This is the Test File "+variable)
for integer type ...
variable=" 10" print (variable) print("This is the Test File "+str(variable))