> On Mar 3, 2019, at 14:59, Cameron Simpson <c...@cskk.id.au> wrote:
> 
> On 03Mar2019 16:01, Alan Gauld <alan.ga...@yahoo.co.uk> wrote:
>> On 03/03/2019 14:46, Dave Hill wrote:
>>>    python3 /home/pi/Code/TestVideo#6.py CLIP0026.MP4 20 DEBUG
>> 
>> To be honest I'm surprised that works.
>> I'd expected bash to interpret the # as a comment delimiter!
>> But I tried it and it seems ok, you live and learn...
> 
> The octothorpe is only a comment marker at the start of a word.

While it works, it’s usually a bad idea to use non alphanumeric characters for 
filenames.  Naming it TestVideo6.py would be less prone to “weird things” 
happening down the road.


— 
David Rock
da...@graniteweb.com




_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to