Im new at this at all,can u give an example of problem solving ??pls respect | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Im new at this at all,can u give an example of problem solving ??pls respect

About calculating gold purity and Accepted only 91.7% of purity !! Im always take an error if i go on line 3 😭😭😭 plss give me an idea how Newbie willing to learn

27th Mar 2021, 9:56 AM
Anonymous
Anonymous - avatar
7 Answers
+ 5
Anonymous , sorry to say, but there are too many issues in the code you published here. for me it looks like that you have proceeded too fast in learning python. you have started python tutorial today, so you can not be familiar with the basics, and you also miss some experience. please go back in tutorial, read it again, and do some trials by yourself. then try this exercise again. happy coding and good success!
27th Mar 2021, 1:54 PM
Lothar
Lothar - avatar
+ 2
purity = float(input()) if (purity == 91.7): print("Accepted") Try this
27th Mar 2021, 10:06 AM
MohammadMahdi
MohammadMahdi - avatar
+ 1
What is your try?
27th Mar 2021, 9:57 AM
MohammadMahdi
MohammadMahdi - avatar
+ 1
Yes i get it sir .. im reviewing all in very first and understand the code functions .. thank you you so much sir and to thoese who help me here and give an idea .. i relly appreciate it<3
27th Mar 2021, 1:58 PM
Anonymous
Anonymous - avatar
0
purity = float(input()) if (float == 91.7) elif: Accepted == 91.7 print(Accepted ) The output must be Accepted << sir can u give me an idea how ?
27th Mar 2021, 10:01 AM
Anonymous
Anonymous - avatar
0
System said Line 2 error
27th Mar 2021, 10:09 AM
Anonymous
Anonymous - avatar
0
Edited
27th Mar 2021, 10:10 AM
MohammadMahdi
MohammadMahdi - avatar