This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
marx
/
llama-recipes
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e9d1ba961f
Branche
Tagy
main
llama-recipes
/
recipes
/
code_llama
/
code_completion_prompt.txt
code_completion_prompt.txt
113 B
História
Raw
1
2
3
4
5
6
7
import argparse
def main(string: str):
print(string)
print(string[::-1])
if __name__ == "__main__":