What is th result of this code :-
x = 1
while x <= 10: print(x) x = x + 1
x = 1
while x <= 10: print(x) x = x + 1
Anonymous Quiz
52%
counting till 10
22%
Baackcount till 10
12%
None of these above
14%
Only printing 10
What is the work of def
Anonymous Quiz
37%
Assign functions
34%
Assign logic statement
22%
Assign loops
7%
None of these above
What so infinity loop
Anonymous Quiz
11%
Which has no output
12%
Which has one output
64%
Which never ends
14%
All of these
What is the input of these output :-
Hello, World!
Hello, World!
Anonymous Quiz
18%
print("Hello world!")
54%
print("Hello, World!")
10%
print("hello, world")
18%
None of these
What the output of this code;-
A = 7
del A A = 2 print(A)
A = 7
del A A = 2 print(A)
Anonymous Quiz
29%
7
38%
2
19%
9
15%
None of these above
Programming languages quiz and learning
What the output of this code;-
A = 7
del A A = 2 print(A)
A = 7
del A A = 2 print(A)
In AA is not there there is A
Task - make a program that if the password is correct then write welcome or on incorrect paasword print alert!
Hint 1 - use def statement
Hint 2 - use input function
Hint 1 - use def statement
Hint 2 - use input function
This media is not supported in your browser
VIEW IN TELEGRAM
What do you think the __init__ stand for
Final Results
67%
Intializine it
0%
I don't understand
33%
It will put the function in the the argument
0%
Hide data
Intiazine it mean that you can access that method from outside the class
Any one who has completed the task please share screenshot with it
This media is not supported in your browser
VIEW IN TELEGRAM