I was taking a programming class last year which included Python and some assembly. Of course you should learn some high level language, since who really programs in assembly this day in age. I've never seen a job application asking for assembly.
(Note that high level does not mean more advanced, it just means that it's more abstracted from the hardware, while low level is closer. The lowest level is machine language, the zeros and ones, so high level languages end up getting compiled to low level ones.)