We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d4233 commit 401c44aCopy full SHA for 401c44a
FilesFormat.md
@@ -32,7 +32,7 @@ import pyforchange.pfcf
32
#### Example
33
1. Open [Pyfoch](https://pythonforchange.github.io/pyfoch).
34
2. Write the following lines:
35
-```PFCF
+```
36
hello,world",|
37
38
~this text can not be printed~
@@ -74,10 +74,12 @@ print(\"hello world\"),
74
Range[5],
75
\</wolfram\>\,,
76
```
77
+
78
3. In "File" menu, click on "Export".
79
4. Give a name to your exported file and save.
80
5. Open the exported file.
81
6. The exported file will have the following text:
82
83
84
hello
85
world
@@ -117,6 +119,7 @@ print("hello world")
117
119
Range[5]
118
120
</wolfram>,
121
122
123
7. Enjoy!
124
125
### Using pyforchange.pfcf package
0 commit comments