You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the format of py file is formatted by python-black,the output not contain the code of the original program.
As follow:
18:41:59.34 ...... self = <main.Solution object at 0x11f297460>
18:41:59.34 ...... nums = [2, 0, 2, 1, 1, 0]
18:41:59.34 ...... len(nums) = 6
18:41:59.34 27 | SOURCE IS UNAVAILABLE
18:41:59.34 29 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... n = 6
18:41:59.34 32 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... p = (6,)
18:41:59.34 ...... len(p) = 1
18:41:59.34 33 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... res = []
18:41:59.34 34 | SOURCE IS UNAVAILABLE
18:41:59.36 ...... j = 0
18:41:59.36 35 | SOURCE IS UNAVAILABLE
The text was updated successfully, but these errors were encountered:
After the format of py file is formatted by python-black,the output not contain the code of the original program.
As follow:
18:41:59.34 ...... self = <main.Solution object at 0x11f297460>
18:41:59.34 ...... nums = [2, 0, 2, 1, 1, 0]
18:41:59.34 ...... len(nums) = 6
18:41:59.34 27 | SOURCE IS UNAVAILABLE
18:41:59.34 29 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... n = 6
18:41:59.34 32 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... p = (6,)
18:41:59.34 ...... len(p) = 1
18:41:59.34 33 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... res = []
18:41:59.34 34 | SOURCE IS UNAVAILABLE
18:41:59.36 ...... j = 0
18:41:59.36 35 | SOURCE IS UNAVAILABLE
The text was updated successfully, but these errors were encountered: