Ok sistah, me got you,
(1) gather together, or increasing number
(2) price or amount charged
(3) intentionally
(4) Take or seize
(5) extremely large or great
(6) savagely fierce or violent
(7)<span>irritate intensely
(8) miffed
(9)</span><span>well meaning and kindly
(10) pensive
Hope i helped :)</span>
Make private accounts on defiant servers
Answer:
num = int(input("enter a number:"))
print(num * 8)
Explanation:
num is just a variable could be named anything you want.
if code was like this num = input("enter a number:")
and do a print(num * 8)
we get an error because whatever the user puts in input comes out a string.
we cast int() around our input() function to convert from string to integer.
therefore: num = int(input("enter a number:"))
will allow us to do print(num * 8)
Hardware software is the answer