Hỏi đáp

Chia sẻ kiến thức, cùng nhau phát triển

Cho mình hỏi là lỗi thụt đầu dong này fix sao ad

19:39 16-09-2021 410 lượt xem 6 bình luận 20:10 16-09-2021
print("NHAP SO DIEN THOAI ")
dien_thoai =  input () 
vnd = int(dien_thoai * 5)
if    type(dien_thoai)== integen:()
        print(str(dien_thoai) + " chiec = " + str(vnd) + "k VND")
else 
    print ("    Vui long nhap lai    ")

 

Bình luận

Để bình luận, bạn cần đăng nhập bằng tài khoản Howkteam.

Đăng nhập
anbinh đã bình luận 14:17 12-11-2021
print("NHAP SO DIEN THOAI ")
dien_thoai = int(input())
vnd = int(dien_thoai * 5)
if type(dien_thoai) == int:
    print(str(dien_thoai) + " chiec = " + str(vnd) + "k VND")
else:
    print ("    Vui long nhap lai    ")

 

anbinh đã bình luận 14:13 12-11-2021

viet lai thanh int

 

anbinh đã bình luận 14:12 12-11-2021
print("NHAP SO DIEN THOAI ")
dien_thoai = input()
vnd = int(dien_thoai * 5)
if type(dien_thoai) == int:
    print(str(dien_thoai) + " chiec = " + str(vnd) + "k VND")
else:
    print ("    Vui long nhap lai    ")

print("NHAP SO DIEN THOAI ")

dien_thoai = input()

vnd = int(dien_thoai * 5)

if type(dien_thoai) == int:

    print(str(dien_thoai) + " chiec = " + str(vnd) + "k VND")

else:

    print ("    Vui long nhap lai    ")

K9 SuperAdmin, KquizAdmin, KquizAuthor đã bình luận 09:24 17-09-2021
bạn thử chuyển sang sài visual code xem chắc hết đó
Supporter Moderator đã bình luận 20:11 16-09-2021

Ý bạn nói là Format Code hay chương trình bị lỗi gì?

Câu hỏi mới nhất