本文整理汇总了Python中DataBase.llegeixAppsperProveedor方法的典型用法代码示例。如果您正苦于以下问题:Python DataBase.llegeixAppsperProveedor方法的具体用法?Python DataBase.llegeixAppsperProveedor怎么用?Python DataBase.llegeixAppsperProveedor使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类DataBase
的用法示例。
在下文中一共展示了DataBase.llegeixAppsperProveedor方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: print
# 需要导入模块: import DataBase [as 别名]
# 或者: from DataBase import llegeixAppsperProveedor [as 别名]
result = DataBase.afegeixApp(nombre,proveedor,fecha,precio,numdesc,numpunt,punt,numcoment)
if(result):
print("App introducida correctamente")
else:
print("ha habido un error")
if(option == "3"):
print("Funcion no implementada")
if(option == "4"):
nombre = input("Que aplicacion quieres descargar?")
DataBase.modificaApp(nombre, 4)
print ("gracias por la descarga")
if(option == "5"):
nombre = input("Que aplicacion quieres comentar?")
DataBase.modificaApp(nombre, 7)
print ("gracias por el comentario")
if(option =="6"):
appVal = input("Introduce el nombre de la aplicacion")
nuevaVal = input("Introduce tu valoración")
Database.estrellas(appval,nuevaVal)
if(option == "7"):
nombreApp = input("Introduce el nombre de la aplicacion")
DataBase.calcularingresado(nombreApp)
if(option == "8"):
nombreProv = input("Introduce el nombre del proveedor a mostrar")
DataBase.llegeixAppsperProveedor(nombreProv)
if(option == "9"):
print("Gracias por todo, ADIOS :)")
boolean=False
else:
print("Opcion equivocada")