dot-files icon indicating copy to clipboard operation
dot-files copied to clipboard

seems missing Python3 support

Open vipinsingh211 opened this issue 8 years ago • 0 comments

Getting syntax error for the below code:

def test(name: str): # error here
    print(name)

vipinsingh211 avatar Oct 03 '17 16:10 vipinsingh211