quotation marks test
This commit is contained in:
parent
930bb97902
commit
e3df171699
|
@ -61,5 +61,5 @@ if currentString:
|
||||||
blocks = len(sList)
|
blocks = len(sList)
|
||||||
|
|
||||||
for i in range(blocks):
|
for i in range(blocks):
|
||||||
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: "' + title + '": \n' + sList[i])
|
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: «' + title + '»:' + sList[i])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue