Skip to content

Conversation

@doi155
Copy link
Owner

@doi155 doi155 commented Jun 14, 2018

test

test.py Outdated
print(foo())

var test = 0.5f

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace

test.py Outdated
print('test desuyo', file=sys.stdout)
print(foo())

var test = 0.5f

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines after class or function definition, found 1
SyntaxError: invalid syntax

test.py Outdated
def test():
print('test desuyo', file=sys.stdout)
print(foo())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace

test.py Outdated
print(os.path.cwd())

def test():
print('test desuyo', file=sys.stdout)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace

def foo():
print(os.path.cwd())

def test():

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1



def foo():
print(os.path.cwd())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'os'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants