Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

Python returning NZEC in ATM

$
0
0

ankitchanne

def atm(w): fund=30000.00 w=input() total=w+w*0.50/100 if w%5==0 and fund-total>=0: print fund-total else: sys.exit() atm(0)

this is my code.But I am getting NZEC. help-the-noob


Viewing all articles
Browse latest Browse all 39796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>