Posts by andregcaires • 71 points
2 posts
-
2
votes4
answers4373
viewsA: How to change Bootstrap 3 code?
You can change the bootstrap code via some editor (IDE) of your choice. But note that there are two files in each subfolder of Bootstrap (for example, bootstrap.js and bootstrap.min.js), which are…
-
5
votes2
answers94597
viewsA: How to break the line?
Use the exhaust \n print("Olá,", Nome, "\n A sua fatura com vencimento em ", DiaVencimento, " de ", MêsVencimento, "no valor de R$", ValorFatura, "está fechada.")…