Skip to content

Commit 937e08d

Browse files
authored
Update README.md
1 parent 674b787 commit 937e08d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
2929
The performance of both languages was benchmarked using Hyperfine. Programs were tested and outputs were compared to see which one of them was faster
3030

3131
## Results
32-
..
32+
For all the codes, Python ran significantly faster than Mojo and beat Mojo, in speed, by a huge margin
3333

3434
## Comparing the advantages of both
3535
1: Python installation was much simpler compared to Mojo. Installing Mojo was not user-friendly; it would have been better if there was a one-click installation option for Mojo on Windows, similar to Python.
@@ -41,3 +41,4 @@ The performance of both languages was benchmarked using Hyperfine. Programs were
4141
4: The code itelf requires a main() function to be called in Mojo for it to run while Python runs as is.
4242

4343

44+

0 commit comments

Comments
 (0)