Problem: Print the word Dco...oder
Input: A positive integer n
Output: Print the word: Dco..oder(letter o must be repeted n times)
Constraints: 0<n<50
Sample Input: 5
Sample Output:
Dcoooooder
print('Dc' + 'o'*int(input()) + 'der')
By Lochard | As a newbie programmer | 17 Jul 2023
Problem: Print the word Dco...oder
Input: A positive integer n
Output: Print the word: Dco..oder(letter o must be repeted n times)
Constraints: 0<n<50
Sample Input: 5
Sample Output:
Dcoooooder
print('Dc' + 'o'*int(input()) + 'der')
How do you rate this article?
0
20240228 Arrived in the UK for about 2 week. All my fears persist. Some are even getting worse. https://github.com/locharp/asylum_diary/
Sharing entry level codes. My snippets on GitHub https://github.com/locharp/code-snippets
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.