PW Akshay

Generation

generate functionMon, 28 Nov 2022

command to import all constants from string module and print them

from string import * print(digits) print(hexdigits) print(octdigits) print(punctuation) print(printable) print(whitespace)

Want to kickstart your project?Use the new AI Studio to create your code