tuple tag

12 questions


1 answers
131 views
0
Python random.shuffle function/list/tuple TypeError: 'NoneType' object is not usable

Hello! While I was working on this and that with what I learned, I thought I could randomly extract two lists at once and make a code, but in the A=tuple(a) step, it said TypeError: 'NoneType' object ...

2 years ago

1 answers
98 views
0
I want to return several return values and call them and use them, but there is an error. TypeError: 'Tuple' object is not callable

I'd like to call the return value of the five ticker and use itTypeError: 'Tuple' object is not callable error.(ticker_head = ticker_head() on the last line.No matter how much I search Google, I don't...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.