kickstart.nvim/sample.py

44 lines
714 B
Python

print("hello, world, ")
print("hello, world, ")
print("hello sir")
json = {
'a' : 1,
"b" : 2,
"c" : 3,
"d" : 4,
}
print("file name sample.py")
def sample_func():
print(123)
####################################################
print("hello, worldworld")
print("hello, world, ")
print("hello, world, ")
print("hello, world, ")
json = {
"a" : 1,
"b" : 2,
"c" : 3,
"d" : 4,
}
print("file name sample.py")
if True:
print("hello, world")
####################################################
####################################################
json = {
"a" : 1,
"b" : 2,
"c" : 3,
"d" : 4,
}
print("file name sample.py")
if True:
print("hello, world")