+ 4
How can i devide a variable (in which i have a input converted to integer) by a number????
Code input: a numeric value Output: a value that is equal to the half of the input. And i want to store that in a variable. Then print.
5 Respostas
+ 6
Sohan , can you please show us your attempt in code that you have done so far for this task? Please also provide us with a sample for input and output. Thanks!
+ 6
Please show us your attempt first. Thanks!
+ 3
You mean like this?👇
https://code.sololearn.com/cFc4Gk0foZ41/?ref=app
+ 3
Havent get my answer yet.......
+ 2
you mean
a=int(input())
b=a/4
?
Or can you show what you are trying to do