Run your own AI (but private)
3:51
Пікірлер
@Db-jt1zd
@Db-jt1zd 13 минут бұрын
bhai heap ka bhi video banade pls, mere exam aane waale hai
@tazeemulqayyum6567
@tazeemulqayyum6567 35 минут бұрын
My age is 24 and I want to become a programmer. I don't have a Computer science degree. I passed out my matric and intermediate with computer science and then I did Bcom which was a different field and wasted my time. Please guide me and tell me how much time it will take to learn how much time it will take to get any job or internship and what the roadmap should be.
@abdulhaseebqureshi446
@abdulhaseebqureshi446 41 минут бұрын
name= input("Hi What is your name?: ") gen = str(input("What is your Gender? Type \'M\' for Male and \'F\' for Female: ")) if gen.lower()=="m" : print("Welcome to Kon Bne Ga Crorepati Mr", name) else: print("Welcome to Kon Bne Ga Crorepati Miss ", name) n = " Zero" t= "10 lakh" b= "20 lakh" c= "Talees lakh" d= "7 Croreeeee" q=["How many wonders are there in the world: ", "How many colors are in a rainbow?: " , "Which Number is the most notorious in counting[1-100] ?: ", "How many corners are there in a pentagon?: "] ans = [7,7,69,5] con =["Congratulations You have won 10 lakh","Congratulations You have won 20 lakh","Congratulations You have won Talees lakh" , "Congratulations You have won 7 Croreeeee"] print("Here is your 1st Question") i = 0 while(i<4): a = int(input(q[i])) if a==ans[i]: print(con[i]) i=i+1 elif i==0 : print("Wrong Anwer Babe , You are going home with",n,"Pkr") break elif i==1 : print("Wrong Anwer Babe , You are going home with",t,"Pkr") break elif i==2 : print("Wrong Anwer Babe , You are going home with",b,"Pkr") break elif i==3 : print("Wrong Anwer Babe , You are going home with",c,"Pkr") break else: break if i==4: print("Congratulations You Have Won the Game , You are going home with",d,"Pkr")
@earnsmartwithtarun
@earnsmartwithtarun 53 минут бұрын
not able to download mingw for mac
@Uzma586-ce1fg
@Uzma586-ce1fg 55 минут бұрын
apki hr wo bat jo apny ismy explain ki h sb kuch boht eazy h harry bro i am very thanks full to you
@biswajeet9826
@biswajeet9826 Сағат бұрын
Not the entire thing though!! Still Tried!! import java.util.Random; public class RockPaperScissor { public static void main(String[] args) { Random rand = new Random(); int a = rand.nextInt(10)+1; System.out.println(a); if(a%2==0) { System.out.println("Rocks!"); } else if(a%2!=0) { System.out.println("Paper!"); } else if(a==1) { System.out.println("Scissor!"); } } }
@irfanalishah2097
@irfanalishah2097 Сағат бұрын
sigma batch op
@user-quietwicked
@user-quietwicked Сағат бұрын
sigma batch op
@user-quietwicked
@user-quietwicked Сағат бұрын
challenge accepted
@fahadaslamtanoli
@fahadaslamtanoli Сағат бұрын
tu bahi trading seekh lo na simple ???
@NitishJha-ph4ee
@NitishJha-ph4ee Сағат бұрын
#sigmabatchOP
@SalmanKashif-so8wy-2023
@SalmanKashif-so8wy-2023 Сағат бұрын
Aj to maza he a gaya python p calculator bna k
@NalainHaider-ks3kx
@NalainHaider-ks3kx Сағат бұрын
intro banger
@tanzibborah6808
@tanzibborah6808 2 сағат бұрын
Beginner here
@pushpamthakur2168
@pushpamthakur2168 2 сағат бұрын
i am ready
@blackhand7003
@blackhand7003 2 сағат бұрын
nice
@diyadey1654
@diyadey1654 2 сағат бұрын
Can anyone tell me how to change the api key of this newsapi website? Here sir told that he will change the api key but how?
@-ECE-DebojoytiDas
@-ECE-DebojoytiDas 2 сағат бұрын
Best explanation ❤
@mansurishamim5666
@mansurishamim5666 2 сағат бұрын
is it a good practice to return to home row after every key press?
@aishwary1051
@aishwary1051 2 сағат бұрын
5 star course
@dhrubajitchakravarty54
@dhrubajitchakravarty54 2 сағат бұрын
AI have made it very easy . Now if i am unable to understand my error in a program then i ask ai to recognise it and explain it to me as well as explain me to correct process. So, my question is will AI help me in making my logic building process better ??
@balajibalu5692
@balajibalu5692 2 сағат бұрын
After complete these learing apps build. How to get these jobs
@shortvideosnetworksvn9454
@shortvideosnetworksvn9454 2 сағат бұрын
Thnkuuuuu sooo muchhhhh
@HVardhan-hr1bg
@HVardhan-hr1bg 2 сағат бұрын
/* kms to miles inches to foot cms to inches pound to kgs */ #include <stdio.h> int main() { float num1,result; int operation; while (1) { printf("Enter the value: "); scanf("%f", &num1); printf("Chose Operation: Press 1 for kms to miles Press 2 for inches to foot Press 3 for cms to inches Press 4 for pound to kgs "); scanf("%d", &operation); switch(operation){ case 1: printf("%f miles ", num1*0.621371); break; case 2: printf("%f foot ", num1*0.083333); break; case 3: printf("%f inches ", num1*0.393701); break; case 4: printf("%f kgs ", num1*0.453592); break; default: printf("Invalid Input "); break; } } return 0; }
@Anonymous-kl4tu
@Anonymous-kl4tu 2 сағат бұрын
Thank you so much harry bhaiya ☺☺aapke wajah se maine aaj apna 1st project banaya #include <stdio.h> #include <stdlib.h> #include <time.h> int genraterandomnumber(int n) { return rand() % n; } int main() { char player_name[20]; // player name int player_score = 0; // player score int computer_score = 0; // computer score int player_choise; int computer_choise; printf("Enter Your Name : "); scanf("%s", player_name); getchar(); printf("Your most Welcome %s to this Game ", player_name); printf("***************************************** "); printf("Enter 1. Rock\t 2. Paper\t 3. Scissor "); printf("***************************************** "); for (int i = 1; i <= 3; i++) { start: printf(" Enter your choice :"); scanf("%d", &player_choise); if (player_choise > 3) { // if player choise is greater than 3 then its show invaid choice printf("Enter valid choice : "); goto start; } computer_choise = genraterandomnumber((3) + 1); printf("Computer choice :%d ", computer_choise); if (player_choise == computer_choise) { printf(" %dRound Draw ", i); } else if ((player_choise == 1 && computer_choise == 3) || (player_choise == 2 && computer_choise == 1) || (player_choise == 3 && computer_choise == 2)) { printf(" %d round You Win ", i); player_score++; } else { printf(" %d round Computer Win ", i); computer_score++; } } printf(" %s score is %d ", player_name, player_score); printf(" Computer score is %d ", computer_score); if (player_score == computer_score) { printf(" Match Draw "); } else if (player_score > computer_score) { printf(" %s Win This Game ", player_name); } else { printf(" %s You loss the game try again for win ", player_name); } return 0; }
@user-fk9np5sr4g
@user-fk9np5sr4g 2 сағат бұрын
Aaj ka video bhot difficult tha 😢
@SouravDash-di3vj
@SouravDash-di3vj 2 сағат бұрын
thank you bhaiya for giving the best idea
@syedmuhammadosman5158
@syedmuhammadosman5158 2 сағат бұрын
yaara bohat maza aa giya .......yaara matlab maza aa rha hai pata nhi kiu mgr aa raha hai . yaara bas aaraha yakeen kro
@sanjayshukla4835
@sanjayshukla4835 2 сағат бұрын
review: This tutorial is very good till now (day33)whatever I have learned for the first time I have understood the thing so well now it seems like till day 100 I can say with true confidence that I have mastered this language. thanks you so much!!!
@SamiUllah-me5gg
@SamiUllah-me5gg 3 сағат бұрын
Thnks you me pakistan sy hn apki hr vedios dikhta hn❤❤❤❤
@heyySaikat
@heyySaikat 3 сағат бұрын
#JavaScriptOP
@43000soma
@43000soma 3 сағат бұрын
I accept the 100 days challenge.
@Ap0713
@Ap0713 3 сағат бұрын
challenge accepted and done ✅
@tps8470
@tps8470 3 сағат бұрын
Nice
@Ap0713
@Ap0713 3 сағат бұрын
harry bhai op in the chat
@techtalktwist
@techtalktwist 3 сағат бұрын
@codewithharry please support
@Riyal_batman
@Riyal_batman 3 сағат бұрын
Video dekh ke muthi mar li
@akshu1844
@akshu1844 3 сағат бұрын
done
@nkdox5
@nkdox5 3 сағат бұрын
Like my comment for reminding this
@aashish972
@aashish972 3 сағат бұрын
Mne apne computer science college teacher se 10% or hery sir s 90% padhà hu
@LearningWebDevlopment
@LearningWebDevlopment 3 сағат бұрын
#SigmaBatchOp
@fatimazahra2799
@fatimazahra2799 3 сағат бұрын
👏🏻👏🏻👏🏻👏🏻
@LearningWebDevlopment
@LearningWebDevlopment 3 сағат бұрын
#Solution #SigmaBatchOp <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>video20Challenge</title> <style> div{ background-color: blue; color: white; } p:first-child{ background-color: yellow; color: red; } </style> </head> <body> <div> <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit ipsa quas fugit minima modi provident possimus at a cumque voluptates, incidunt, dolores et!</p> <p>I am another div</p> <p>I am also another div</p> </div> <div> <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit ipsa quas fugit minima modi provident possimus at a cumque voluptates, incidunt, dolores et!</p> <p>I am another div</p> <p>I am also another div</p> </div> </body> </html>
@RohitRaj-mm9ro
@RohitRaj-mm9ro 3 сағат бұрын
Harry bhai OP , nice course, thanks so much
@BinteAyesha4882
@BinteAyesha4882 3 сағат бұрын
Harry brother am in need to get these free please please 🥺😢
@DIGITAL_DANISH.
@DIGITAL_DANISH. 3 сағат бұрын
sigma batch op
@gamermyth9464
@gamermyth9464 4 сағат бұрын
i can't host this project in github pages because it needs index.html not index.pug, how to solve this?
@Prabhat.gupta.11
@Prabhat.gupta.11 4 сағат бұрын
Bro I made a repil I want to show it to you. But I don't found any feature to share it to you through the app so I am pasting it here ---- def square(a, b): print("You chose to square") print(a*a, "= square of a") print(b*b, "= square of b") def divide(a, b): print("You chose to divide") if(a < b): print(b/a) elif(b < a): print(a/b) else: print(1) def addition(a, b): print("You chose to add") print(a, "+", b, "=", (a+b)) def subtract(a, b): print("you chose to subtract") ask = int(input("do you want to subtract a from b or b from a (if you want a - b then reply 1 or reply 2): ")) print(ask) if(ask == 1): print(a - b) elif(ask == 2): print(b - a) else: print("chose 1 or 2") def remainder(a, b): if(a < b): return(b%a) elif(b < a): return(a%b) else: print(1) def squareroot(a): import math return math.sqrt(a) def cube(a): cube199 = a ** 3 return cube199 # This project take too much time def calculator(): while True: try: a = int(input("Enter the first number")) b = int(input("Enter the number")) # This project take too much time to be made # a is variable print("What do you want to do? ") print("Choose a option : ") print("1. square") print("2. divide") print("3. addition") print("4. subtract") print("5. remainder") print("6. square root") print("7. cube") print("8. quit") answer = int(input("Enter a number: ")) if(answer == 1): print(square(a, b)) elif(answer == 2): print(divide(a, b)) elif(answer == 3): addition(a, b) elif(answer == 4): print("You chose to subtract.") print(subtract(a, b)) elif(answer == 5): print(remainder(a, b)) elif(answer == 6): square_root_a = squareroot(a) square_root_b = squareroot(b) print(f"The sqaure root of {a} is {square_root_a}") print(f"The sqaure root of {b} is {square_root_b}") elif(answer == 7): cube_a = cube(a) cube_b = cube(b) print(f"The cube of {a} is {cube_a}") print(f"The cube of {b} is {cube_b}") elif(answer == 8): break else: print('chose a valid option') except Exception as e: print("Invalid input") print("Why are you checking the power of my code? Try it again with a valid number") continue print(calculator()) @codewithharry @CodeWithHarry
@rishabhnarula1999
@rishabhnarula1999 4 сағат бұрын
nice video, thanks.
@ModRajkumar
@ModRajkumar 4 сағат бұрын
OP Videoes love it ,🤩