errorcode tag

4 questions


1 answers
106 views
0
Python 2 Repeating Question

I'm learning based on Python 2! (I don't know why I'm learning it the old way.)The code I made for this problem is as below, but I don't know what's wrongPlease give strength to Python beginners!

1 years ago

1 answers
82 views
0
Please tell me the cause of the Android putExtra code execution error

Blockquote int to save the value of) change and there was an error in the process by which you store the value and activity to the value of an App is forced exit in the process I think. I don't know t...

1 years ago

1 answers
91 views
0
The entered variable will appear once more.

a=(10, 'Hong')b=(11), 'im')c=(12), 'HAN'dic = dict((a, b, c))print ('Student Information:', dic)while True: x=int (input('Enter academic year:')) if x < 0: print (End Program) break elif x in dic: ...


1 answers
85 views
0
IndentationError Question

The following code was written to solve the Montyhole problem with Python.for _ in range(trial): Gift = random.randomint (0, 2) player_choice = random.randint(0, 2) Fail = [] for i in range(3):       ...


© 2024 OneMinuteCode. All rights reserved.