word = 'China' num = 3 string = 'python' total = string * (len(word) - num) print(total)
pythonpython
'python''python'
python
'python'