shwetashweta05 commited on
Commit
03a3def
·
verified ·
1 Parent(s): 00d1831

Update pages/Transformation.py

Browse files
Files changed (1) hide show
  1. pages/Transformation.py +2 -1
pages/Transformation.py CHANGED
@@ -48,7 +48,7 @@ A: Transformation matrix (2x2 for 2D transformations).
48
 
49
  b: Translation vector.
50
  """)
51
- code=Example in 2D:
52
  Let
53
  𝑥
54
  =
@@ -118,4 +118,5 @@ y
118
 
119
 
120
  ]
 
121
  st.code(code,language="python")
 
48
 
49
  b: Translation vector.
50
  """)
51
+ code="""Example in 2D:
52
  Let
53
  𝑥
54
  =
 
118
 
119
 
120
  ]
121
+ """
122
  st.code(code,language="python")