Posts by Hugo Ferreira • 27 points
2 posts
-
0
votes1
answer38
viewsQ: Repeated hunch
Hey, here’s my problem. I’m developing an application in c# (console) to learn c# and I’m having a problem that I can’t solve. First I draw the numbers that will be drawn: Random rnd = new Random();…
-
-2
votes3
answers3860
viewsQ: What is the python float
I have the following code in Python but I don’t know what the float someone could help me? peso = float(input('Digite seu peso (kg): '))