How can i transformation this code in sage?
P1= ellipse((4,4),3,3, color='purple') + circle((3,5), 0.4) + circle((5,5), 0.4) + polygon([(5,3), (3,3), (4 ,0.999999999)]) P2= plot((x+1), -10, 10, color='white') P= P1 + P2 P.show ()
Could you indent correctly your code so that we can read something (put 4 spaces at each begining of line)
Moreover, what is your question?
Is this aimed to provide a solution to an exercise given at https://ask.sagemath.org/question/398... ?
To display inline code, like
f
, use backticks.To display blocks of code or error messages, separate them by a blank line from the rest of the text, and do one of the following (all give the same result):
For instance, typing
produces:
Please edit your question to do that.