Thanks For This Video, This Video Is Really Usefull For Me
@LearningLadHindi3 жыл бұрын
Pleasure 👍
@mayankmaurya35214 жыл бұрын
Great video👍👍👍👍😍😍😍😍😍😍
@LearningLadHindi4 жыл бұрын
Thank you 🤗
@learningwithbasics89163 жыл бұрын
Sir How to print distinct random numbers using loop ... I am trying in the same way you dictated but it fails for smaller numbers .. I mean whenever I am trying to print like 10 distinct numbers between 0 to 10 then duplicates occurs.. How to get rid from this ??
@LearningLadHindi3 жыл бұрын
duplicates will appear. if you don't want duplicates then add logic to ignore duplicates
@AmirKhan-jd4tm2 жыл бұрын
Bhai Jab 20 numbers mein 10 random numbers select karny ho aur is 10numbers mein 3numbers ka percentage ziyada rakna ho mtlb wos 3 numbers ky nikalny ka chance ziyada ho toh kaisy karengy
@abcefg70454 жыл бұрын
Sir i am facing a lot of difficulties in C sir can you please give me time one on one that would be a great
@abcefg70454 жыл бұрын
time(NULL) sec batate hai 1971 se sunke dar lag gaya😅
@VishwasVlogsHere4 жыл бұрын
How to take this input in 1 line print("BESTESTT CALCI") x=int(input(" ")) y=input(" ") z=int(input(" ")) if y=="+": print("Answer is" ,x+z) elif y=="*": print("Answer is",x*z) elif y=="-": print("Answer is",x-y) elif y=="/": print("Answer is",x/y) else: print("I'm Really Sorry"