Computer Science, asked by ASweety1431, 1 year ago

Write python code to obtain the balance amount ?????

plssss ans me....☺☺☺

Answers

Answered by Anonymous
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 vannan2oo4
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