A student new to Python is working in the interactive interpreter mode. The student issues the command:
Which Python expression can be used to retrieve the IP address of R2?
- ipAddress[‘R2’]
- ipAddress{“R2”}
- ipAddress{‘R2’}
- ipAddress[R2]