Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading…Tags:ChatGPT 23 thoughts on “Create your own Android App with ChatGPT #androidapp #chatgpt #hrishikeshroy #makemoneyonline” @Why-w7u February 28, 2025 at 3:53 pm Isse acha mvp app bnalo @Adnan-hs9wc February 28, 2025 at 6:23 pm Aapane kitne app banae😂 @GMATPrepVideos March 1, 2025 at 3:21 am Tumhari video dekhkar kisi ne bhi functional app bana liya to Mera naam Golu nahein @RajuSorout March 1, 2025 at 10:46 am Guu khawa jhutha @yashdeepjhajhria3374 March 2, 2025 at 8:55 am Thanks bhai❤❤❤❤ @myjourney225 March 2, 2025 at 11:27 am Bc kuch bhi debugging, code structure flow nam ki bi chig hoti hen codding me 😂 @ItzYJ-71V March 3, 2025 at 12:23 pm Is it real?? @MobinAhmadAzmiNadwi786 March 4, 2025 at 4:12 am Very good @CWM.99 March 4, 2025 at 6:04 pm def add(a, b): return a + b def subtract(a, b): return a – b def multiply(a, b): return a * b def divide(a, b): if b == 0: return "Error! Division by zero." return a / b def main(): print("Math Problem Solver") print("Choose operation: +, -, *, /") operation = input("Enter operation: ") num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if operation == '+': print(f"Result: {add(num1, num2)}") elif operation == '-': print(f"Result: {subtract(num1, num2)}") elif operation == '*': print(f"Result: {multiply(num1, num2)}") elif operation == '/': print(f"Result: {divide(num1, num2)}") else: print("Invalid operation!") if _name_ == "__main__": main() @CWM.99 March 4, 2025 at 6:05 pm def add(a, b): return a + b def subtract(a, b): return a – b def multiply(a, b): return a * b def divide(a, b): if b == 0: return "Error! Division by zero." return a / b def main(): print("Math Problem Solver") print("Choose operation: +, -, *, /") operation = input("Enter operation: ") num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if operation == '+': print(f"Result: {add(num1, num2)}") elif operation == '-': print(f"Result: {subtract(num1, num2)}") elif operation == '*': print(f"Result: {multiply(num1, num2)}") elif operation == '/': print(f"Result: {divide(num1, num2)}") else: print("Invalid operation!") if _name_ == "__main__": main() @CWM.99 March 4, 2025 at 6:05 pm from sympy import symbols, Eq, solve x = symbols('x')equation = Eq(2*x + 3, 7) # Example equation: 2x + 3 = 7solution = solve(equation, x)print("Solution:", solution) @BakiGulo March 4, 2025 at 7:24 pm 😂 @ForAshuYoutube March 4, 2025 at 7:52 pm Any Android App in 2999/- reply me @mindStepup10 March 5, 2025 at 5:04 pm Bhai Saab aise bramvit karne wale video na banaye.. @ExpertSports-p7w March 7, 2025 at 4:43 am Nahi ban pata bus 10 minutes 15 minutes bolega complete hone Bala hai woh banate nahi time waste hoga Khali maine try Kiya tha kuchh nhi hua 😂😂😂 @AmitRoy-ok7du March 9, 2025 at 2:12 am 🎉❤ Samaj 100/me se 20 present aaya Hai, fuly video please @SanviMirzapuri-q7n March 9, 2025 at 10:31 am Nice @DarshanTalks917 March 11, 2025 at 8:44 am itna aasan nhi h bahi @KnowBiography March 11, 2025 at 10:51 am Kuch bhi bc😂😂 @yatendranegi9836 March 11, 2025 at 11:07 am Agar AI se app banta to saare devs chale gaye hote…AI only work as supporting role… @manishasinha9571 March 14, 2025 at 3:49 pm Bugs be like:- mein aajau kya?? @subramanianchenniappan4059 March 14, 2025 at 6:20 pm I am a java tech lead. i dont know android . have you published any significant /non trivial app in playstore usimg same steps 😂😂 @Neuroholo March 16, 2025 at 4:23 pm Chat gpt से सिर्फ Code ले सकते हो इसके बाद भी आपको webhost और बहुत सी hard प्रक्रिया में से निकलना होगा 😂😂😂 Comments are closed. previousMany small businesses are reeling under the weight of high rates – MarketplacenextHave the Olympics Ever Been This Dangerous?
@GMATPrepVideos March 1, 2025 at 3:21 am Tumhari video dekhkar kisi ne bhi functional app bana liya to Mera naam Golu nahein
@myjourney225 March 2, 2025 at 11:27 am Bc kuch bhi debugging, code structure flow nam ki bi chig hoti hen codding me 😂
@CWM.99 March 4, 2025 at 6:04 pm def add(a, b): return a + b def subtract(a, b): return a – b def multiply(a, b): return a * b def divide(a, b): if b == 0: return "Error! Division by zero." return a / b def main(): print("Math Problem Solver") print("Choose operation: +, -, *, /") operation = input("Enter operation: ") num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if operation == '+': print(f"Result: {add(num1, num2)}") elif operation == '-': print(f"Result: {subtract(num1, num2)}") elif operation == '*': print(f"Result: {multiply(num1, num2)}") elif operation == '/': print(f"Result: {divide(num1, num2)}") else: print("Invalid operation!") if _name_ == "__main__": main()
@CWM.99 March 4, 2025 at 6:05 pm def add(a, b): return a + b def subtract(a, b): return a – b def multiply(a, b): return a * b def divide(a, b): if b == 0: return "Error! Division by zero." return a / b def main(): print("Math Problem Solver") print("Choose operation: +, -, *, /") operation = input("Enter operation: ") num1 = float(input("Enter first number: ")) num2 = float(input("Enter second number: ")) if operation == '+': print(f"Result: {add(num1, num2)}") elif operation == '-': print(f"Result: {subtract(num1, num2)}") elif operation == '*': print(f"Result: {multiply(num1, num2)}") elif operation == '/': print(f"Result: {divide(num1, num2)}") else: print("Invalid operation!") if _name_ == "__main__": main()
@CWM.99 March 4, 2025 at 6:05 pm from sympy import symbols, Eq, solve x = symbols('x')equation = Eq(2*x + 3, 7) # Example equation: 2x + 3 = 7solution = solve(equation, x)print("Solution:", solution)
@ExpertSports-p7w March 7, 2025 at 4:43 am Nahi ban pata bus 10 minutes 15 minutes bolega complete hone Bala hai woh banate nahi time waste hoga Khali maine try Kiya tha kuchh nhi hua 😂😂😂
@yatendranegi9836 March 11, 2025 at 11:07 am Agar AI se app banta to saare devs chale gaye hote…AI only work as supporting role…
@subramanianchenniappan4059 March 14, 2025 at 6:20 pm I am a java tech lead. i dont know android . have you published any significant /non trivial app in playstore usimg same steps 😂😂
@Neuroholo March 16, 2025 at 4:23 pm Chat gpt से सिर्फ Code ले सकते हो इसके बाद भी आपको webhost और बहुत सी hard प्रक्रिया में से निकलना होगा 😂😂😂
Isse acha mvp app bnalo
Aapane kitne app banae😂
Tumhari video dekhkar kisi ne bhi functional app bana liya to Mera naam Golu nahein
Guu khawa jhutha
Thanks bhai❤❤❤❤
Bc kuch bhi debugging, code structure flow nam ki bi chig hoti hen codding me 😂
Is it real??
Very good
def add(a, b):
return a + b
def subtract(a, b):
return a – b
def multiply(a, b):
return a * b
def divide(a, b):
if b == 0:
return "Error! Division by zero."
return a / b
def main():
print("Math Problem Solver")
print("Choose operation: +, -, *, /")
operation = input("Enter operation: ")
num1 = float(input("Enter first number: "))
num2 = float(input("Enter second number: "))
if operation == '+':
print(f"Result: {add(num1, num2)}")
elif operation == '-':
print(f"Result: {subtract(num1, num2)}")
elif operation == '*':
print(f"Result: {multiply(num1, num2)}")
elif operation == '/':
print(f"Result: {divide(num1, num2)}")
else:
print("Invalid operation!")
if _name_ == "__main__":
main()
def add(a, b):
return a + b
def subtract(a, b):
return a – b
def multiply(a, b):
return a * b
def divide(a, b):
if b == 0:
return "Error! Division by zero."
return a / b
def main():
print("Math Problem Solver")
print("Choose operation: +, -, *, /")
operation = input("Enter operation: ")
num1 = float(input("Enter first number: "))
num2 = float(input("Enter second number: "))
if operation == '+':
print(f"Result: {add(num1, num2)}")
elif operation == '-':
print(f"Result: {subtract(num1, num2)}")
elif operation == '*':
print(f"Result: {multiply(num1, num2)}")
elif operation == '/':
print(f"Result: {divide(num1, num2)}")
else:
print("Invalid operation!")
if _name_ == "__main__":
main()
from sympy import symbols, Eq, solve
x = symbols('x')
equation = Eq(2*x + 3, 7) # Example equation: 2x + 3 = 7
solution = solve(equation, x)
print("Solution:", solution)
😂
Any Android App in 2999/- reply me
Bhai Saab aise bramvit karne wale video na banaye..
Nahi ban pata bus 10 minutes 15 minutes bolega complete hone Bala hai woh banate nahi time waste hoga Khali maine try Kiya tha kuchh nhi hua 😂😂😂
🎉❤ Samaj 100/me se 20 present aaya Hai, fuly video please
Nice
itna aasan nhi h bahi
Kuch bhi bc😂😂
Agar AI se app banta to saare devs chale gaye hote…
AI only work as supporting role…
Bugs be like:- mein aajau kya??
I am a java tech lead. i dont know android . have you published any significant /non trivial app in playstore usimg same steps 😂😂
Chat gpt से सिर्फ Code ले सकते हो इसके बाद भी आपको webhost और बहुत सी hard प्रक्रिया में से निकलना होगा 😂😂😂
Comments are closed.