High Definition Standard Definition Theater
Video id : Iehlq9uwspU
ImmersiveAmbientModecolor: #b9b9c0 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 723f51351af3246d36776786ebe167160d940c7c99b515764f71f8b8aa918908cb55d1dcb38d826461774f239889e23f
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1732611472642 - unknown on Apple WebKit
Mystery text : SWVobHE5dXdzcFUgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
252 Views β€’ Feb 23, 2023 β€’ Click to toggle off description
app in 1 min using chatgpt
how to build an app using chat gpt
build a notepad app using chatgpt
build a calculator app
create website using chatgpt in 1 minute
chat gpt calculator
build a web browser using python
coding with chatgpt
chatgpt demo chatgpt 3
openai chatgpt
openai chatbot gpt
playground openai
openai chatbot
chat gpt
how to use openai playground
build a to do list app
chatgpt api
build website in 1 minute
chat gpt api
Metadata And Engagement

Views : 252
Genre: Science & Technology
License: Standard YouTube License
Uploaded At Feb 23, 2023 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 5 (0/22 LTDR)

100.00% of the users lieked the video!!
0.00% of the users dislieked the video!!
User score: 100.00- Masterpiece Video

RYD date created : 2023-02-23T11:50:31.887103Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

4 Comments

Top Comments of this video!! :3

@MDSAZZADAHMEDSANIL

3 weeks ago

def add(x, y):
return x + y

def subtract(x, y):
return x - y

def multiply(x, y):
return x * y

def divide(x, y):
if y == 0:
return "Error: Division by zero"
return x / y

def calculator():
print("Select operation:")
print("1. Add")
print("2. Subtract")
print("3. Multiply")
print("4. Divide")

while True:
choice = input("Enter choice (1/2/3/4): ")

if choice in ['1', '2', '3', '4']:
try:
num1 = float(input("Enter first number: "))
num2 = float(input("Enter second number: "))
except ValueError:
print("Invalid input. Please enter numbers.")
continue

if choice == '1':
print(f"{num1} + {num2} = {add(num1, num2)}")
elif choice == '2':
print(f"{num1} - {num2} = {subtract(num1, num2)}")
elif choice == '3':
print(f"{num1} * {num2} = {multiply(num1, num2)}")
elif choice == '4':
print(f"{num1} / {num2} = {divide(num1, num2)}")

next_calculation = input("Do you want to perform another calculation? (yes/no): ")
if next_calculation.lower() != 'yes':
break
else:
print("Invalid choice. Please select a valid operation.")

if _name_ == "__main__":
calculator()

|

@rumorssydney

1 year ago

What are the prompts im trying to build a calculator for particular sales and marketing metrics but coz of no coding background kind of lost

|

@Highlightslink

1 year ago

Bhai kis website me run kar rahe ho 😒 please repl

|

@KS_E_R

2 months ago

It does not work in wp πŸ˜…

|

Go To Top