input tag

35 questions


1 answers
65 views
0
I have a question because the input() function is weird.

HelloIt's Corinne.I'm studying Python while watching the Fast Campus web development lecture, but the input() function doesn't move as I want, so I'm asking you a question.I downloaded the version of ...

2 years ago

2 answers
47 views
0
Problem with if statement branching after Python input

a=input(What do you want to calculate? 1. Molar concentration 2. PPM concentration 3. Percent concentration)if a==1: b=input (What is the concentration of the solution you want to calculate?) c=in...

2 years ago

1 answers
59 views
0
I want to use the input function. Help me

import requestsfrom bs4 import BeautifulSoup as bsmarketType = {KOSPI: 0, KOSDAQ: 1}for market, code in marketType.items(): for page in range(1, 36): # To request data req = requests.get(fhttps://fi...

2 years ago

1 answers
100 views
0
html radio

<label for=animal><input type=radio name=id=animal>Puppy</label><label for=animal><input type=radio name=id=animal>Cat</label>Even if I click on a cat, the dog is s...

2 years ago

1 answers
94 views
0
Python Dictionary while statement registration code

Please help meI was looking for it for 4 hours and this is the code I came up withIt works, but I can't print out the last word added. TT: Please save meㅠ

« - 4 -

© 2024 OneMinuteCode. All rights reserved.