Elaine Collins
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
How do I write a code to verify that the filename entered by the user ends in .txt?
This is what I have so far. filename = input('Enter your filename ending in .txt: ', 's'); s1 = '.txt'; s2 == 'filename' ...
거의 6년 전 | 답변 수: 1 | 0