55 questions
Hello, I'm a student who just learned coding.I have to print out the results below, but it's not as easy as I thought.symbol_list = ['Spade','Heart','Diamond','Clover']for i in range(1,53): for j in s...
It's a function that adds two different elements from the list and returns 1 if the value becomes K, otherwise returns -1No matter what you put in K, only -1 will be returned. Which part should I fix ...
I'm a soldier who takes a data rescue class by himself.Honestly, I wonder why I'm asking this question myself,I'm asking you a question to get an answer.Suppose the for statement is as follows.for( i ...
The upper code was cleared in the middle. I want to end the program execution in two parts of the shop. Please let me know. list_input = []while True: x = input (Enter a positive integer). : ) intorn...
Bloods = ['a', 'b', 'ab', 'o']i=1while i<=10: list = input('Blood donated (a, b, ab, o) :') i+=1while i>10: breakj=1for i in range(len(list)): print(list[j], '', end='') j+=1I did this, but an e...
It is a problem to put 12~17kg of sugar in boxes of 3KG and 5KG so that the weight of the box is minimal without leaving any weight. I want to make it so that if it comes out in duplicate in the code ...
BL0001, BL0002, BL0003, there are thousands of files like thisI want to spin this specific command and create an output file with the same name.I was going to make this for loop, but when I designated...
Hello, Python. I'm a beginner at Panda's.Declare the entire data as F1I would like to declare it as data by dividing it 97 times by 2,000 eachThat is, F1_0 is from index number 0 to 1999, F1_1 is from...
Hello, everyoneThere are several repetitive statements, and I want to start with the first repetitive statements under certain conditions, what should I do?I don't know what to do# Omit the above code...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.