Solve problem "Neighbors of the same sign" online - Learn Python 3 - Snakify

Neighbors of the same sign


Statement

Given a list of numbers, find and print the first adjacent elements which have the same sign. If there is no such pair, leave the output blank.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().