Posts by João Eduardo • 9 points
3 posts
-
0
votes1
answer41
viewsQ: I can’t get the comparison into Elif
I need to make a pair or odd game with the computer, I tried to make the comparison of if to know if I chose pair or odd with 'Pp' and 'Ii' so I wasn’t getting it, I tried to use Lower() and I…
pythonasked João Eduardo 9 -
-2
votes3
answers92
viewsQ: Argument error in python 3.7
So, I’ve tried every way and every time giving a different error so I decided to post here I’m getting the bug : line 66, in discount = float(print(f"The discounted view value is {price * 0.90}")…
pythonasked João Eduardo 9 -
0
votes3
answers985
viewsQ: Store multiple numbers in a variable and then print and show the sum
I need to do a show that does the following : • Start with an integer N • If N is even, divide by 2; • If N is odd, multiply by 3 and add 1; • Repeat this new process with the new value of N, if N…
javaasked João Eduardo 9