CUET LEET COMPUTER DOMAIN WALO KE LIYE
a = 5
b = 5
print( a is b)
True 👍
False 😘
a = 5
b = 5
print( a is b)
True 👍
False 😘
a,b,c = 1,1,2
d = a+ b
print ( c is d)
True 👍
False 😘
d = a+ b
print ( c is d)
True 👍
False 😘
Output of the following exp:
14+14%15//4
16 👍
17 🙏
None of these ❤️
14+14%15//4
16 👍
17 🙏
None of these ❤️
a-book-on-c-programming-in-c.pdf
47.7 MB
Share a-book-on-c-programming-in-c.pdf
ipu 2nd spot round notification
Aaj ka Sawal:
a=[2,5,3,4]
a[2:2] =[2]
print(a)
a=[2,5,3,4]
a[2:2] =[2]
print(a)
Aaj Ka Sawal
A =['1']
A.extend('234')
print(A)
A =['1']
A.extend('234')
print(A)