| 1. |
Write a python program to print a number pattern using a for loop and range function.1223334444555556666667777777788888888999999999 |
|
Answer» Answer: 1.for making the text look coloured refer the below SYNTAX and ignore the dots [.tex]\red{the\:text\:appears\:in\:red}[./tex] result \red{the\:text\:appears\:in\:red}thetextappearsinred 2.for making the text marquee [.tex][./tex] result = < marquee > {the\:text\:appears\:like\:this} < /marquee > 3. for making the text look BOLD [.tex]\bold{the\:text\: appears\: like\: this }[./tex] result = \bold{the\:text\: appears\: like\: this }thetextappearslikethis 4. for showing the exponential VALUE [.tex]{no.}^{power}[./tex] result = {no.}^{power}[ /tex] 5. for showing the square root value [.tex]\SQRT{no.}[./tex] result = no.
[./tex]result=[tex] no.
\bold{\boxed{thanx}} thanx
follow me next |
|