Chuỗi sau được in ra mấy lần? s = "abcdefghi" for i in range(10): if i % 4 == 0: print(s)
Đặng Bảo Trâm | Chat Online | |
05/09 19:17:41 (Tin học - Lớp 10) |
5 lượt xem
Chuỗi sau được in ra mấy lần?
s = "abcdefghi"
for i in range(10):
if i % 4 == 0:
print(s)
Vui lòng chờ trong giây lát!
Lựa chọn một trả lời để xem Đáp án chính xác Báo sai đáp án hoặc câu hỏi |
Số lượng đã trả lời:
A. 0. 0 % | 0 phiếu |
B. 1. 0 % | 0 phiếu |
C. 2. 0 % | 0 phiếu |
D. 3. 0 % | 0 phiếu |
Tổng cộng: | 0 trả lời |
Bình luận (0)
Chưa có bình luận nào, bạn có thể gửi ý kiến bình luận tại đây:
Trắc nghiệm liên quan
- Chương trình sau giải quyết bài toán gì? n = input("Nhập n") s = "" for i in range(n): if i % 2 == 0: s. append(i) print(s) (Tin học - Lớp 10)
- Cho s = “123456abcdefg”, s1 = “124”, s2 = “235”, s3 = “ab”, s4 = “56” + s3 Có bao nhiêu biểu thức lôgic sau đúng? 1) s1 in s. 2) s2 in s. 3) s3 in s. 4) s4 in s. (Tin học - Lớp 10)
- Chương trình trên giải quyết bài toán gì? s = "" for i in range(10): s = s + str(i) print(s) (Tin học - Lớp 10)
- Kết quả của chương trình sau là bao nhiêu? >>> s = “abcdefg” >>> print(s[2]) (Tin học - Lớp 10)
- Trong Python, xâu nào chương trình sẽ báo lỗi. (Tin học - Lớp 10)
- Kết quả của chương trình sau là bao nhiêu? >>> s = “0123145” >>> s[0] = ‘8’ >>> print(s[0]) (Tin học - Lớp 10)
- Chương trình sau cho kết quả là bao nhiêu? name = "Codelearn" print(name[0]) (Tin học - Lớp 10)
- Kết quả của chương trình sau nếu s = “python1221” là gì? s = input("Nhập xâu kí tự bất kì:") kq = False for i in range(len(s)-1): if s[i] == "2" and s[i+1] == "1": kq = True break print(kq) (Tin học - Lớp 10)
- Biểu thức sau cho kết quả đúng hay sai? S1 = “12345” S2 = “3e4r45” S3 = “45” S3 in S1 S3 in S2 (Tin học - Lớp 10)
- Sau khi thực hiện lệnh sau, biến s sẽ có kết quả là: s1 ="3986443" s2 = "" for ch in s1: if int(ch) % 2 == 0: s2 = s2 + ch print(s2) (Tin học - Lớp 10)
Trắc nghiệm mới nhất
- Dialogue completion: Choose A, B, C, or D to complete each dialogue. Mike: You’ve been working out regularly, haven’t you? Nhung: _____________ (Tổng hợp - Lớp 12)
- You can’t just bury your head in the sand and hope that this problem goes away, you know. (Tổng hợp - Lớp 12)
- Antonyms: Choose A, B, C, or D that has the OPPOSITE meaning to the underlined word/ phrase in each question. Why do you always contradict me and say that what I’m saying isn’t true? (Tổng hợp - Lớp 12)
- ‘I want each and every one of you here to put forward as many suggestions as possible’, said the boss bossily. (Tổng hợp - Lớp 12)
- Synonyms: Choose A, B, C, or D that has the CLOSEST meaning to the underlined word/ phrase in each question. The outer structure of the building has been completely renovated and the interior decorators will be starting inside next week. (Tổng hợp - Lớp 12)
- At the end of the performance, the audience _______ the cast of Mamma Mia! by giving them a standing ovation. (Tổng hợp - Lớp 12)
- You should _______ a professional to check your house for earthquake damage, just to be sure there’re no hidden cracks that could cause problems later. (Tổng hợp - Lớp 12)
- If the school _______ aren’t written down anywhere, how are students supposed to know what they are to follow? (Tổng hợp - Lớp 12)
- Tom Cruise wouldn’t be the star he is today _______ made a good impression in his early films. (Tổng hợp - Lớp 12)
- Pia has always wanted to be a travel _______ and take pictures of exotic places. (Tổng hợp - Lớp 12)