Login
Remember
Register
Ask a Question
What is the output of the following code snippet?
0
votes
asked
May 17, 2019
in
Python
by
Derya
What is the output of the following code snippet?
for char in 'Welcome':
print (char, end='*')
print()
1)Error
2)W*e*l*c*o*m*e*
3)Welcome*******
4)Welcome*
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...