
Lv.1
Hi~ o(* ̄▽ ̄*)ブ
签名:合作box3
在 【Python作品分享】Python3.8.1 Shell【教程贴】 中回复
/********************************************************************************
** Form generated from reading UI file '����p14472.ui'
**
** Created by: Qt User Interface Compiler version 4.8.6
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef _65E5__5386_P14472_H
#define _65E5__5386_P14472_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCalendarWidget>
#include <QtGui/QHeaderView>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Numberguess
{
public:
QCalendarWidget *calendarWidget;
void setupUi(QWidget *Numberguess)
{
if (Numberguess->objectName().isEmpty())
Numberguess->setObjectName(QString::fromUtf8("Numberguess"));
Numberguess->resize(400, 300);
calendarWidget = new QCalendarWidget(Numberguess);
calendarWidget->setObjectName(QString::fromUtf8("calendarWidget"));
calendarWidget->setGeometry(QRect(0, 0, 401, 301));
retranslateUi(Numberguess);
QMetaObject::connectSlotsByName(Numberguess);
} // setupUi
void retranslateUi(QWidget *Numberguess)
{
Numberguess->setWindowTitle(QApplication::translate("Numberguess", "Form", 0, QApplication::UnicodeUTF8));
Numberguess->setProperty("Python", QVariant(QString()));
} // retranslateUi
};
namespace Ui {
class Numberguess: public Ui_Numberguess {};
} // namespace Ui
QT_END_NAMESPACE
#endif // _65E5__5386_P14472_H
2020-03-09T14:02:00 点赞:0
在 【Python作品分享】成绩检测器【作品秀】 中回复
……
Input1 = int(input('请输入你的语文成绩:'))
Input2 = int(input('请输入你的数学成绩:'))
Input3 = int(input('请输入你的英语成绩:'))
Input4 = int(input('请输入你的体育成绩:'))
if (Input1 > 90 and Input2 > 90 and Input3 > 90 and Input4 > 90):
print('恭喜你成为本学期的三好学生')
elif (Input1 < 60 or Input2 < 60 or Input3 < 60 or Input4 < 60):
print('别灰心,下次努力')
else:
print('再接再厉,争取成为三好学生')2020-03-10T09:41:01 点赞:0
在 【⭐️推荐!】Box3图形化编程工具 by 创作者shyfcka 中回复
无法访问此网站
找不到 shyfcka.ddns.net 的服务器 IP 地址。
DNS_PROBE_FINISHED_NXDOMAIN
2020-03-12T09:06:24 点赞:0
在 招人设啦啦 中回复
姓名:奔跑的彩虹喵
年龄:隐私
外貌:还行……
家世:你问这个干甚?我就是普通人……
身份:普通人
武器:PTG重锤&Python激光枪&彩虹猫病毒
代号:病毒制造者![]()
我就填着玩![]()
2020-03-13T09:04:06 点赞:0