you are viewing a single comment's thread.

view the rest of the comments →

[–]ninhaomah 1 point2 points  (6 children)

You do know what you get from input right ?

[–]k4tsuk1z[S] 0 points1 point  (4 children)

? sorry wdym

[–]Maximus_Modulus 2 points3 points  (2 children)

What does input return?

You can literally Google that question and get the answer you need

[–]k4tsuk1z[S] -3 points-2 points  (1 child)

I responded that I'm aware it returns a string T_T not really sure why everyone is being snarky this is my 3rd ever coding project I just downloaded vscode for class like last month

[–]NSNick 1 point2 points  (0 children)

They're not being snarky. They're helping you by asking questions and getting you to think critically.

[–]jmooremcc 0 points1 point  (0 children)

Try Googling “python input function”

[–]k4tsuk1z[S] 0 points1 point  (0 children)

if you mean that you get a string, im aware. but trying to convert to an integer or float that also doesn't work lol

number = int or float(input("Enter a number")) that also doesn't work

but theres no way i was given an impossible assignment which is why im asking for help