Files
openide/python/testData/psi/unified/PrintWithEndArgument.py
2017-10-09 21:23:29 +02:00

6 lines
62 B
Python

def bar():
print("header:", end=" ")
def foo():
pass