+ 6

Link

How can i link a file from here to another app

19th Apr 2024, 3:47 AM
Astro Evans
Astro Evans - avatar
3 Answers
0
In python: from "file" import "func" In javascript: import "func" from "file" Don't forget to replace "func" and "file"
20th Apr 2024, 8:27 AM
Kamomiruku
Kamomiruku - avatar
+ 9
Use the anchor tag Or on code playground you can use iframe to embed another webpage into your CODE đŸ”„đŸ”„đŸ”„đŸ”„đŸ”„ 5 in a row
19th Apr 2024, 4:02 AM
Joel Ende Nathaniel
Joel Ende Nathaniel - avatar
+ 6
Use href
19th Apr 2024, 3:58 AM
Jeanne
Jeanne - avatar