This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
marx
/
llama-recipes
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
78414544b5
Rami (Branch)
Tag
main
llama-recipes
/
recipes
/
code_llama
/
code_completion_prompt.txt
code_completion_prompt.txt
113 B
Cronologia
Originale
1
2
3
4
5
6
7
import argparse
def main(string: str):
print(string)
print(string[::-1])
if __name__ == "__main__":