Running python function in RStudio - eof error in function definition

前端 未结 0 1236
不思量自难忘°
不思量自难忘° 2021-01-26 06:17

I created the following python Script in RStudio

import numpy as np

def test_function(a, b):
  print("We are in the function")
  return (a+b)
  
test_f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题