前提・実現したいこと
Pythonで新しいウィンドウを作りたい
ここに質問の内容を詳しく書いてください。
(例)PHP(CakePHP)で●●なシステムを作っています。
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
新しいウィンドウに切り替わらない
エラーメッセージ ```なし ### 該当のソースコード ```ここに言語名を入力Python ソースコード"""from https://bit.ly/3kO4zft COVID-19の最も一般的な症状は、発熱、乾いた咳、および疲労感です。 その他、あまり一般的ではなく、患者によっては影響を及ぼす可能性のある症状としては、 痛みや <b> 痛み、鼻づまり、頭痛、結膜炎、喉の痛み、下痢、味覚や嗅覚の喪失、皮膚の発疹、指や足の指の変色 <b/> などがあります。 これらの症状は通常軽度で、徐々に発症していきます。中には、感染しても非常に軽い症状しか出ない人もいます。 ほとんどの人(約80%)は病院での治療を必要とせずに回復します。COVID-19に感染した5人に1人は重症化し、呼吸困難になります。 高齢者や、高血圧、心臓・肺疾患、糖尿病、癌などの基礎疾患を持つ人は、重症化するリスクが高くなります。 しかし、誰でもCOVID-19に感染して重症化する可能性があります。 年齢を問わず、呼吸困難・息切れを伴う発熱や咳、胸痛・胸部圧迫、発声・運動障害などの症状がある場合は、すぐに医師の診察を受けるようにしてください。 可能であれば、まず医療提供者や施設に電話をして、適切な診療所に案内してもらうことをお勧めします。""" """print("Good Morning!") print("Let's start Coronavirus Check") print("Please type your answer Yes or No") print("Do you have such symptomsints?")""" import tkinter as tk def dispLabel(): lbl.configure(text="fever" ) def dispLabel(): lbl.configure(text="" ) root=tk.Tk() #画面を作る root.geometry("800x1300") lbl=tk.Label(text="Good Morning! \n Let's start Coronavirus Check \n Please type your own answer. \n Do you have such symptomsints?") btn=tk.Button(text="START", command = dispLabel) lbl.pack() btn.pack() tk.mainloop() """ a = int(input("fever")) b = int(input("dry cough")) c = int(input("tiredness")) d = int(input("pains")) d = int(input("nasal congestion")) e = int(input("headache")) f = int(input("conjunctivitis")) g = int(input("sore throat")) h = int(input("diarrhea")) i = int(input("loss of taste or smell")) j = int(input("rash on skin ")) k = int(input("discoloration of fingers or toes")) l = int(input("Last Question, Have you ever contact with someone who has coronaviruce?") m = a+b+c+d+e+f+g+h+i+j+k+l n=m/13*100 print("The probability of you getting infected by the Coronavirus is about" + str(n) + "%") if n==0: print("Please keep good your health.") else: print("You shouldn't go out for others.")"""
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
Python3 IDLE
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。