mn = 1
while True:
numbers = input("Enter 11 numbers with a space: ").strip()
try:
numbers = list(map(int, numbers.split(" ")))
except ValueError:
print("You entered the letter!")
else:
if len(numbers) == 11:
for k in numbers:
mn *= k
print(abs(mn))
break
else:
print("You entered incorrect quantity of numbers! Try again!")
$ch = curl_init('http://www.bestchange.ru/qiwi-to-zcash.html');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_PROXY, '188.130.134.13:46546'); // есть список proxy
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_close($ch);