Computer Science, asked by ramessakki1978, 8 months ago

a,b,c=2,3,4
a,b,c=a*a,a*b,a*c
print(a,b,c)
4. What will be returned by python as result of the following statements?(2)
(a) type(0) (b) type(int(0)) c) type(3/2) d type(1.2)
5. What will be the output produced by the following code if input is 92?(2)
(i) print(num=float(input("value :*)))
print(float(input("value :")))
6. Write a program to input a number and print its first five multiples.(2)
7. Write a program to input 3 numbers and print sum of squares of the
number.(2)
8. What is dynamic typing ?(1)
9. What is an expression and a statement?(2)
10. What is a comment ? In how many ways can you create comments in
python?(2)
11. What kind of program elements are the following: (2)
'a', 4.236, True, Ox32
E​

Answers

Answered by iqra89
2

Answer:

really are you kidding

do I need to ans these all

sorry but I think u should give more attention to your online class mate

Similar questions