মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
C-18-Q091: In Python, if `y = int(2.8)`, what will `print(y)` output? | প্রশ্ন করি
হোম
›
English Version
›
Information and Communication Technology
›
Information and Communication Technology (Class 9-10)
›
Problem Solving through Programming (Nested Loops, While, Continue and Break)
›
C-18-Q091
C-18-Q091
medium
single_mcq
In Python, if
y = int(2.8)
, what will
print(y)
output?
a
2.8
b
2
c
28
d
2.0
K
পূর্ববর্তী
C-18-Q090
91
/
103
J
পরবর্তী
C-18-Q092