Skip to content

Update and rename Python/README to Pitão/README - #29009

Closed
webersonclw wants to merge 1 commit into
python:mainfrom
webersonclw:patch-1
Closed

Update and rename Python/README to Pitão/README#29009
webersonclw wants to merge 1 commit into
python:mainfrom
webersonclw:patch-1

Conversation

@webersonclw

Copy link
Copy Markdown

print('=' * 30) print('{:^30}'.format('BANCO CEV ')) print('=' * 30) valor = int(input('Qual Valor Deseja Sacar? R$ ')) total = valor ced = 200 totCed = 0 while True: if total >= ced: total -= ced totCed += 1 else: if totCed > 0: print(f'Total de {totCed} Cédulas de R${ced} ') if ced == 200: ced = 100 elif ced == 100: ced = 50 elif ced == 50: ced = 20 elif ced == 20: ced = 10 elif ced == 10: ced = 5 elif ced == 5: ced = 2 totCed = 0 if total == 0: break print('=' * 30) print('OBRIGADO POR USAR NOSSOS SERVIÇOS!! ') @Hacktoberfest 2021

@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

Recognized GitHub username

We couldn't find a bugs.python.org (b.p.o) account corresponding to the following GitHub usernames:

@webersonclw

This might be simply due to a missing "GitHub Name" entry in one's b.p.o account settings. This is necessary for legal reasons before we can look at this contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants