+ 1

How do I make a system with Paston that multiplies the numbers by 2?

How do I make a system with Paston that multiplies the numbers by 2?

29th Sep 2021, 8:04 AM
Aydin
Aydin - avatar
20 Answers
+ 8
I guess, Paston == Python? And you want a code to multiply the number you entered by 2? Than it is: number = int(input()) print(number*2)
29th Sep 2021, 8:21 AM
Artem 🇺🇦
Artem 🇺🇦 - avatar
+ 5
Artem Simon Sauter Hi Guys The OP has done enough courses, or parts of courses to figure out print(int(input())*2) I think, though I have been wrong before on many occasions. Paston in Google does not bring any hits of relevance, so unless OP comes back with something that makes sense, I think we are just guessing. 🤞😁👍
29th Sep 2021, 9:21 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 4
Can you provide an example input and output of what you are trying to do
29th Sep 2021, 8:08 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 4
Artem actually the input has to be converted to float or int (depending on the kind of numbers). Input is always string in python.
29th Sep 2021, 9:15 AM
Simon Sauter
Simon Sauter - avatar
+ 3
What is Paston?
29th Sep 2021, 8:07 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
Thank you dear friend. Yes thank you for understanding the answer⁦♥️⁩⁦♥️⁩⁦♥️⁩
29th Sep 2021, 7:38 PM
Aydin
Aydin - avatar
+ 2
Simon Sauter yeh. Forgot about that
29th Sep 2021, 9:23 AM
Artem 🇺🇦
Artem 🇺🇦 - avatar
+ 2
Rik Wittkopp I'm assuming it's python based on the tag.
29th Sep 2021, 10:23 AM
Simon Sauter
Simon Sauter - avatar
+ 2
İ sorry Paston = python It was a mistake on the Google keyboard. It corrected itself
29th Sep 2021, 2:31 PM
Aydin
Aydin - avatar
+ 2
Rik Wittkopp you should never assume that the questions in this forum make sense. 😉
29th Sep 2021, 2:34 PM
Simon Sauter
Simon Sauter - avatar
+ 2
Oh ok sure. Thank you all for your help. Sorry I made a typo♥️
29th Sep 2021, 2:38 PM
Aydin
Aydin - avatar
+ 2
Simon Sauter 🤣😂🤣
29th Sep 2021, 7:08 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
🙁
29th Sep 2021, 7:17 PM
Aydin
Aydin - avatar
+ 2
İ,m Iranian.i dont speak English very well🙁
29th Sep 2021, 7:18 PM
Aydin
Aydin - avatar
+ 2
Thats ok buddy. Did you get the answer you needed?
29th Sep 2021, 7:22 PM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Good 💥
30th Sep 2021, 5:14 PM
Anduar
+ 1
Simon Sauter As did I, but if you look at his profile, it doesn't make sense. Why can he spell python in the tag, but consistantly spell paston in the question
29th Sep 2021, 10:32 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
N=int(input()) Print(N*2)
30th Sep 2021, 10:12 PM
Srilatha Srilatha
+ 1
BeegCat I've heard of huffing nail polish *remover*, but not about using nail polish as a narcotic. So I tend to agree. But I don't see what any of this has to do with the question.
30th Sep 2021, 11:13 PM
Simon Sauter
Simon Sauter - avatar
0
👍
30th Sep 2021, 9:08 PM
Facundo L
Facundo L - avatar