5 lines
52 B
Plaintext
Vendored
5 lines
52 B
Plaintext
Vendored
a = """test"""
|
|
b = '''test'''
|
|
c = "test"
|
|
d = 'test'
|