Channel Avatar

Anukrat Mishra @UCKdvdoIhm0gr7xXNz-y7wiw@youtube.com

1.1K subscribers - no pronouns :c

subscribe for fun


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Anukrat Mishra
Posted 1 year ago

If you want to display the values without decimal place after division, which of the following symbol is used?

3 - 0

Anukrat Mishra
Posted 1 year ago

Find Output
for j in range(1,10,2):
print(i,end=' ')

5 - 0

Anukrat Mishra
Posted 1 year ago

Find output👇

for i in range(10,0,-2):
print(i,end=' ')

6 - 0

Anukrat Mishra
Posted 1 year ago

Most easiest loop in python?

6 - 0

Anukrat Mishra
Posted 1 year ago

n=2
bool='%s'%(n==n)
print(bool)

6 - 0

Anukrat Mishra
Posted 1 year ago

x=max(min(True,False),False)
print(x

6 - 0

Anukrat Mishra
Posted 1 year ago

Find Output:
if(1,2,0):
print('Subscribe!')

7 - 0

Anukrat Mishra
Posted 1 year ago

print(2**4)

5 - 0

Anukrat Mishra
Posted 1 year ago

print(True==1,False==0)

6 - 0