Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
exp = 'xpptut13'
if 'tut' is in exp : <do something> 

 

String alignment

Code Block
msg = '%s' % (k.ljust(16))

 

 

 

 

Useful string parsing options

...