List every line from /tmp/financial-data.csv were an amount > 999 is mentioned.
The amounts in the text file will have this notation: 1.999,- and so on. Idea is that grep with regex will be used or smth. But everything is allowed, so if he writes a complete python script and does smth like "[line for line in lines if "." in line and "," in line] is also allowed.
List every line from /tmp/financial-data.csv were an amount > 999 is mentioned.
The amounts in the text file will have this notation: 1.999,- and so on. Idea is that grep with regex will be used or smth. But everything is allowed, so if he writes a complete python script and does smth like "[line for line in lines if "." in line and "," in line] is also allowed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
List every line from /tmp/financial-data.csv were an amount > 999 is mentioned.
The amounts in the text file will have this notation: 1.999,- and so on. Idea is that grep with regex will be used or smth. But everything is allowed, so if he writes a complete python script and does smth like "[line for line in lines if "." in line and "," in line] is also allowed.