```
#!/usr/local/bin/python3
foo = float( input( "Enter a number: " ) )
if( foo < 0.0 ):
print( "negative" )
elif( foo > 0.0 ):
print( "positive" )
else
print( "zero" )
exit( 0 )
```
Answer:
Router
Explanation:
Routers have something called a WAN link, which can be used to connect 2 local area networks
Answer:
I don't think you can. You can try to make an email that has the name you want and use that.
Explanation:
Your answer is already in one decimal place. If you consider the whole number to one decimal place it would be rounded to just 10 since 0 doesn’t count for sig figs. Hope it helped
Answer:
All of the above but I'm not 100% sure.