FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
my first test in python
How-ToProgramming Languages

my first test in python

via Dev.to Pythoncarlos de almeida1mo ago

i tried to make something from my mind just to know if i can do something, after learning python for 5 days, i know my code its not good, but i want to improve my skills from the start. if someone could help me it is in portuguese i made a code to simulate a mini bank and account i dont know if the code could function.... ): `conta=0 dívida=0 valor_do_emprestimo=0 principle = 0 rate = 0 time = 0 on= True classes_numericas= '' transferir= 0 on_off = True quantia = 0 while True: oque_fazer=input('voce quer fazer "E"mprestimo, ver sua "C"onta, "P"agar o emprestimo: (E/C/P) ou "sair": ') if oque_fazer == 'E': valor_do_emprestimo = (input('qual o valor do emprestimo: ')) if valor_do_emprestimo > 0: conta = conta + int(valor_do_emprestimo) dívida=dívida - int(valor_do_emprestimo) print(f'valor de {valor_do_emprestimo} R$ foi para sua conta') elif valor_do_emprestimo < 0: print ('o valor nao pode ser menor que 0') elif oque_fazer == 'C': #mais ou menos finalizado print(f'o valor na sua conta

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
19 views

Related Articles

How-To

Why New Bug Bounty Hunters Get Stuck — And How to Fix It

Medium Programming • 15h ago

Beyond the Code: Why the 7-Step Development Lifecycle is Your Competitive Advantage.‍
How-To

Beyond the Code: Why the 7-Step Development Lifecycle is Your Competitive Advantage.‍

Medium Programming • 16h ago

HadisKu Is Now Ad-Free: Why I Removed Ads From My Islamic App
How-To

HadisKu Is Now Ad-Free: Why I Removed Ads From My Islamic App

Dev.to • 18h ago

How-To

How To Be Productive — its not all about programming :)

Medium Programming • 18h ago

Welcome Thread - v371
How-To

Welcome Thread - v371

Dev.to • 19h ago

Discover More Articles