Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Для отримання на екрані 1//2//3 потрібно задати таку команду
print(1, 2, 3, sep=" ")
print(/,/, sep="123")
print(//,//, sep="123")
print('1', '2', '3', sep="//")
print(1, 2, 3, sep="//")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!