Erstellt von Rebecca Noel
vor fast 8 Jahre
|
||
What is %s used for?
Floating point numbers use the format %n1.n2f where n1 is ____ and n2 is _____.
What method does %s use?
What method does %r use?
T/F?: When listing several strings to place with a string, order doesn't matter.
The .format() method is the preferred format method when:
T/F?: Python 3 uses the print() function, not the print statement.
After you import the future Python 3 print module the only way to revert back the Python 2 functionality is to...