input tag

35 questions


2 answers
312 views
0
Python Input 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 ...

1 years ago

1 answers
113 views
0
Where can I see the command line input to Python?

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...


1 answers
109 views
0
I want to enter a function through input in python.

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 ...

1 years ago

1 answers
116 views
0

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...

1 years ago

1 answers
117 views
0
Python 3 input Enter multiple lines

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 ...

1 years ago

2 answers
119 views
0
Output a function that is not executed Python separately

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...

1 years ago

1 answers
106 views
0
input and button

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&...


1 answers
120 views
0
Python programs that read one character from the user

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...

1 years ago

2 answers
125 views
0
I have a question about the use of a check box in an implicit label element.

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...


1 answers
148 views
0
Use Python conditional if

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 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.