Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My coding style is so good #55

Closed
Bogay opened this issue Jan 6, 2020 · 1 comment
Closed

My coding style is so good #55

Bogay opened this issue Jan 6, 2020 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@Bogay
Copy link
Member

Bogay commented Jan 6, 2020

Describe the bug

when i submit this code to our judge, it will pass the pylint test and get full score.
it doesn't seem right.

'''
this is the best coding style i have ever seen before.
'''


def are_y0u_k144in5_m3():
    '''
    this is doc string, i write beautiful and self-explained code
    '''
    __i_dont_know_what_the_fxxk_this_is__ = int(
        sum([
            __import__('random').random() for __idx__ in 'hello'[::-1] *
            list(map(int, [__import__('random').random() * 87 + 3]))[::][0]
        ])) * __import__('math').sin(
            int(str(__import__('random').random() * 2**3**2)[-3:], 16))
    __i_dont_know_what_the_fxxk_this_is__ += 1


print('Hello,', input())

To Reproduce
Steps to reproduce the behavior:

  1. copy above code
  2. submit it to any problem you want
  3. wait for pending

Expected behavior
get 0 score? i think

Current Behavior
pass the bad smell detection

Possible Solution
looking for other tool

Desktop (please complete the following information):

  • OS: Ubuntu 18.04 Desktop
@Bogay Bogay added the invalid This doesn't seem right label Jan 6, 2020
@Bogay
Copy link
Member Author

Bogay commented Jul 6, 2023

bad smell detection 的功能在目前版本移除了,暫時不在規劃內,先關

see #231

@Bogay Bogay closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants