Write python code to obtain the balance amount ?????
plssss ans me....☺☺☺
Answers
Answered by
23
Here is one code you can use it
# balance amount of Sweety
balance = float(input("Enter Your Balance : "))
print("Name : Sweety")
print("Balance : ", balance)
Answered by
0
Answer:
Explanation:
Following Python section contains a wide collection of Python programming examples. The examples are categorized based on the topics including List, strings, dictionary, tuple, sets and many more. Each program example contains multiple approaches to solve the problem.
Similar questions