+ 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?
22 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)
+ 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.
🤞😁👍
+ 4
Can you provide an example input and output of what you are trying to do
+ 3
What is Paston?
+ 3
Thank you dear friend. Yes thank you for understanding the answer♥️♥️♥️
+ 2
Simon Sauter yeh. Forgot about that
+ 2
Rik Wittkopp I'm assuming it's python based on the tag.
+ 2
İ sorry
Paston = python
It was a mistake on the Google keyboard. It corrected itself
+ 2
Rik Wittkopp you should never assume that the questions in this forum make sense. 😉
+ 2
Oh ok sure.
Thank you all for your help. Sorry I made a typo♥️
+ 2
Simon Sauter
🤣😂🤣
+ 2
🙁
+ 2
İ,m Iranian.i dont speak English very well🙁
+ 2
Thats ok buddy.
Did you get the answer you needed?
+ 2
Good 💥
+ 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
+ 1
N=int(input())
Print(N*2)
+ 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.
0
👍