Posts by Zend • 21 points
3 posts
-
-4
votes2
answers69
viewsQ: Menu Cafeteria
Greetings, I am beginner in python and I need to make a code in which it starts with a table, stating the product, its value and a code for it. The program has to request the code of a product, the…
-
-1
votes3
answers123
viewsQ: Problem when denying receipt of a certain value
I need to create a code that receives 2 notes and me average them and I have to necessarily make my program only receive values from 0.0 to 10.0 what is not happening: n1 = float(input('Dígite sua…
-
-6
votes2
answers75
viewsQ: Help to find the square root of a positive Python number
I am a beginner in Python and I am doing some exercises to learn more about this language. In one question, you were asked to create a program that asked for a number and returned the square root of…