Spaces:
Runtime error
Runtime error
File size: 94 Bytes
4a701b5 |
1 2 3 4 5 6 7 |
import langchain
""" // translate from python to C
i=int(input())
j=int(input())
m=i+j """
|