# not_safe_navigation.rb

robot = nil
puts "The robots name is #{robot.name}" if robot.name
