top of page
Search

PYTHON QUIZ

  • Writer: waclaw_koscielniak
    waclaw_koscielniak
  • Jul 19
  • 1 min read

string ='abcd'

for s in range(len(string)):

print(s, end =" ")


[Running] python3 -u "/Users/name/test/test29.py"

0 1 2 3

[Done] exited with code=0 in 0.044 seconds

Python quiz.
Python quiz.

















 
 
 

1 Comment


Guest
Jul 19

Try to answer.

Like
bottom of page