Python Forum
Printing strings.. help..
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Printing strings.. help..
#2
string splicing and string methods
>>> 'reverse'[::-1]
'esrever'
>>> 'uppercase'.upper()
'UPPERCASE'
loop
while True:
    #do something repetitive ie. your code here
    if condition to quit:
        break
Recommended Tutorials:
Reply


Messages In This Thread
Printing strings.. help.. - by zepel - May-17-2017, 03:00 PM
RE: Printing strings.. help.. - by metulburr - May-17-2017, 03:06 PM
RE: Printing strings.. help.. - by zepel - May-17-2017, 04:28 PM
RE: Printing strings.. help.. - by nilamo - Aug-14-2017, 07:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strings inside other strings - substrings OmarSinno 2 3,791 Oct-06-2017, 09:58 AM
Last Post: gruntfutuk

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020