Re: [Tutor] underscores

2015-11-27 Thread Laura Creighton
In a message of Fri, 27 Nov 2015 01:43:36 +, Kayla Phelps writes: >Hi, >When I go to type underscores in my program it doesn't work, they just turn >into spaces. I can use references from other programs I downloaded just fine >but I even tried copying and pasting underscores and they disappe

Re: [Tutor] underscores

2015-11-27 Thread Alan Gauld
On 27/11/15 01:43, Kayla Phelps wrote: > Hi, > When I go to type underscores in my program it doesn't work, they just turn > into spaces. Ok, this doesn't really have anything to do with Python itself, it depends on what you are using to type. Tell us : What OS you are using? What program are yo

[Tutor] underscores

2015-11-27 Thread Kayla Phelps
Hi, When I go to type underscores in my program it doesn't work, they just turn into spaces. I can use references from other programs I downloaded just fine but I even tried copying and pasting underscores and they disappeared. Any ideas of what to do? Even my teacher doesn't know what's wrong.