Seite wählen
Python Strings

Python Strings

Python Strings Strings in Python are immutable sequences! mystr = ‚Welcome to Yabaaa‘ for s in range(len(mystr)): print(mystr[s] + ‚-‚, end=“) # W-e-l-c-o-m-e- -t-o- -Y-a-b-a-a-a- string_on_one_line = ‚print it on one line‘...
error: Content is protected !!