download
raw
307 Bytes
import numpy as np
from typing import Any
# a=np.eye(2)
def get_name(first_name:str,last_name:str):
return first_name.title()+ " "+ last_name.title()
def product(a:np.ndarray,b:np.ndarray):
return a@b
def get_name_with_age(name:str,age:int)->str:
return name + ' is this old: '+ str(age)

Xet Storage Details

Size:
307 Bytes
·
Xet hash:
1da8b37a30022b0d3630ab257954a7252a019545e5d787fe5f3ce043aa091f45

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.