Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 161b09b

Browse files
Practice Question
1 parent 7227331 commit 161b09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎bill.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
y = float(input("enter the quantity: "))
33
z = float(input("enter the price per unit: "))
44
money = y*z
5+
56
print("***********************************BILL***********************************")
67
print(str(x)+ " "+"Quantity: "+str(x)+" "+"Price: "+str(z))
78
print(" ")
89
print("**************************************************************************")
910
print("Total Amount: " + str(money))
10-
print("**************************************************************************")
11+
print("**************************************************************************")

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /