TAAFT
Free mode
100% free
Freemium
Free Trial
Deals
Create tool

0vvner

@0vvner Tasks: 23
๐Ÿ› ๏ธ 1 tool ๐Ÿ™ 1,600 karma
Innovator
Joined: October 2024

0vvner's tools

  • Python to pseudocode
    Transform Python code into clear, structured pseudocode.
    Open
    3,535
    503
    3.5
    1,155
    Released 1y ago
    100% Free
    PROCEDURE atmScenario() balance = 10000 REPEAT PRINT "Enter choice:" PRINT "1. Display balance" PRINT "2. Deposit money" PRINT "3. Withdraw" PRINT "4. Exit" choice = INPUT("Enter your choice") IF choice = 1 THEN PRINT "Balance in your account is ", balance ELSE IF choice = 2 THEN deposit = INPUT("Enter deposit money") IF deposit + balance > 100000 THEN PRINT "You cannot have more than 1 lakh in your account" ELSE balance = balance + deposit PRINT "New balance is ", balance END IF ELSE IF choice = 3 THEN withdraw = INPUT("Enter withdrawal money") IF withdraw > balance THEN PRINT "Insufficient balance. You only have ", balance ELSE balance = balance - withdraw PRINT "New balance is ", balance END IF END IF UNTIL choice = 4 END PROCEDURE
0 AIs selected
Clear selection
#
Name
Task