35 questions
Number of input data in the first line nData dimension k on the second lineI want to get n pieces of k-dimensional data from the third lineWhat should I do?For example, 425 1010 206 815 11I'd like to ...
Hello.I'm making a shell by myself, but I don't know how to get a command line factor.In C, I got argc and argv from the mainWhat should I do with Python?I'm temporarily receiving raw_input() right no...
I would like to create a program that calculates the values of A, B, C, and D by receiving the values of A, B, C, and D as inputs and then entering a simple four-factor operation using A, B, C, and D ...
There are and tags implemented using tags. But when you zoom in on the screen, the tag falls down. What should I do to make it stick to Hanline?
<form class=menu_content_search action=/action_page.php style=margin-top: 12px> <p><span><input type=text name=q placeholder=search style=height:42px;margin-top: 2px><img sr...
print (Enter bank transaction history (ex, D 200 or W 100) Ctrl-D to save it)contents = []while True: try: line = input() except EOFError: break contents.append(line)If you press Ctrl-D after D 200 ...
running = trueWhile running: Guess= str(Enter the code:) If guess=='b2310' Print ('Ko Byung-jae') If guess=='b2321' Print ('Precious Award') If guess=='mk' running = falseprint ('end')If you o...
The input and button attributes overlap.1.<input type=Button value=Button/> <Button type=Button>Button</Button>2.<input type=reset value=initialization/> <Button type=reset&...
Is there a way to receive only one character as a user's input value? For example, if a user presses only one key on the terminal (for example, getch()), it is returned immediately. I know there are r...
How to make a check box and how to check the check box even if you click on the text area <input type=checkbox id=check01><label for=check01>check01</label>Like this, I mainly used t...
Enter a formula (*for example, 20*40): 21.1 + 30.021.100000 + 30.000000 = 51.100000a,b=input (Enter a formula (*for example, 20*40):)split()I know how to write an input function in this form, but I do...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.