|
|
|
|
|
by user5994461
3428 days ago
|
|
Say that you dont remember the exact arguments for main and move on. It will be fine. And don't assimilate fizzbuzz with half hour problems. There are for sure some difficult half hour interviews questions; they are not comparable to trivial exercises like printing the numbers from 1 to 10. P.S. If you never use console, strings or regex. I really wonder what kind of applications you're writing. |
|
Regex really never. Unless you're munging data in Python it's usually a bad idea to use regex. Clean strings? Use a library. Parsing? Use a parser. Raw regex implies filtering stuff or banning certain characters in strings which breaks all kinds of multi language compatibility