Giới thiệu sản phẩm

import pygame
import time
def phanmenquanlyhocsinh():
    class Font:
      Green = '\033[92m'  # Mã ANSI cho màu xanh lá cây
      Reset = '\033[0m'   # Đặt lại màu về mặc định
    print(Font.Green + "phần mềm quản lý học sinh" + Font.Reset)
    print("⬜"*34)
    tien_qua_sang = float(input("hãy nhập số tiền bạn ăn vặt buổi sáng"))
    
    chiphihoctap = float(input("nhập vào tiền học của bạn"))
    chiphianvat = float(input("nhập vào tiền ăn vặt của bạn"))
    chiphigiaitri = float(input("nhập vào tiền giải trí của bạn"))
    
    tongtienchi = chiphihoctap + chiphianvat + chiphigiaitri
    
    sotienconlai = tien_qua_sang - tongtienchi
    
    print(f"tổng tiền thu là: {tien_qua_sang:.1f}")
    print(f"tổng tiền chi là: {tongtienchi:.1f}")
    print(f"tổng tiền còn lại là: {sotienconlai:.1f}")
    
    print("wait for we to load...")
    time.sleep(5)
    
    print("-"*34)
    if chiphihoctap < 1000000:
        print("bro no way, cap alert tbh")
    elif chiphihoctap > 1000000 and chiphihoctap < 100000000:
        print("you need to learn more")
    elif chiphihoctap > 1000000:
        print("BRO WTF YOU WASTE YOUR MONEY")
    else:
        print("💀let this kid go out this app")
        
    if chiphianvat + chiphigiaitri < 1:
        print("sad for you bro😭")
    elif chiphianvat + chiphigiaitri > 0 and chiphianvat + chiphigiaitri < 10000:
        print("desent tbh")
    elif chiphianvat + chiphigiaitri > 10000 and chiphianvat + chiphigiaitri < 100000:
        print("nice")
    elif chiphianvat + chiphigiaitri > 100000:
        print("bro your family rich🤑🤑🤑")
    print("goodbye YALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL")
phanmenquanlyhocsinh()
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé

Đăng nhập để tham gia bình luận

Thông tin tác giả

Địa vị cộng đồng: Nông dân

Sản phẩm liên quan

    Không có sản phẩm nào

Bạn muốn thử làm game không?