PW Akshay

Generation

generate functionMon, 28 Nov 2022

print(string.ascii_letters + string.digits + string.punctuation) # write string at once in above code

a = '''this is a multi-line string. this is the second line.''' print(a)

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