We were doing technical interviews and for some interviews they required us to do it in a specific language but because we are unfamiliar with it, we were not able to write the correct syntax.
Convert the code from Java Language to Python Language
Through a python project with a tokenizer to split the code, a parser to form an abstract syntax tree and a output interpreter to form the python code
Minor changes in the format result in the change in the conditions like variable assignments
int x = 2 int x = n / 2 + 1 This was two different things entirely
Log in or sign up for Devpost to join the conversation.