Subscribe to:
Posts (Atom)
-
What is RAM and ROM RAM RAM stands for Random Access Memory . RAM holds the data only temporarily. The information can be read...
-
import socket as s my_hostname=s.gethostname() print ( "Your host name is:" + my_hostname) my_ip=s.gethostbyname(my_hostname) ...
-
n= int ( input ( "Enter a number of apples:" )) mn= int ( input ( "Enter minimum number:" )) mx= int ( input ( "E...