how can i get the lexer to put the string inside one index
It has multiple tokens but how to i keep all the tokens inside of quotations inside of 1 index in the tokens list
CHECK ASSEMBLY.PY FOR LEX() FUNCTIOn
Voters
AloegelhiPlaysR
Use a array! If you had say 3 types of phones, A array would look like this!
phones = ["iPhone", "Android", "Nokia 3000"]
Now if I want to fetch a item I will do phones[1] for iPhone, etc!
btfuss
@AloegelhiPlaysR
did you look at the lex() function
btfuss
@AloegelhiPlaysR in assembly.py
godzilla had a stroke reading this and literally died
@Coder100 Godzilla vs my coding questions
lmao
but what actually is yur question @2plus2is4hoi