I want to draw pentagon rotated to an开发者_如何学Python angle of 45 degree. How to write code for this shape?
Since this question is tagged 'wolframalpha' is assume that the 'code' you refer to should be entered at the wolfram alpha site. Entering Pentagon rotated 45 degrees
there gives me a figure of a rotated pentagon.
In Mathematica:
WolframAlpha["Pentagon rotated 45 degrees", {{"VisualRepresentation",1}, "Content"}]
精彩评论