Posts by Ricardo Baziotti • 1 point
4 posts
-
-2
votes4
answers25024
viewsA: Difference between If and Elif
And not to mention that you can use more than one Elif ( not always useful, but here is the illustration. n = 3 if n == 1: print('n == 1') elif n == 2: print('n == 2') elif n == 3: print('n == 3')…
pythonanswered Ricardo Baziotti 1 -
0
votes1
answer477
viewsA: Convert Roman to Arabic number in Visualg
Try this, I hope it helps: algorithm "Example 2" var vetCarac :vector [1.. 9] of character text :character i : whole beginning text <- "MXLVIII" for 1 i until Buy (text) knife vetCarac[i] <-…
visualganswered Ricardo Baziotti 1 -
-3
votes2
answers573
viewsA: How do I change the language of Git to English on Linux?
Change the file ~/.bashrc: alias git='LANG=en_US git'
-
-3
votes4
answers18311
viewsA: How to flip (mirror/flip) an image
Even Paint has this feature. It’s pretty basic. I do use Corel Draw. But as most of the guys have already mentioned there are several capable programs, some more robust and as I said, even the old…