x = float(input("请输入横坐标:")) y = float(input("请输入纵坐标:")) if x > 0 and y > 0: print("该点在第一象限") elif x < 0 and y > 0: print("该点在第二象限") elif x < 0 and y < 0: print("该点在第三象限") elif x > 0 an
类文件: C#类文件 using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Reflection; namespace Common { public class BardCodeHooK { public delegate void BardCodeDeletegate(BarCodes barCode); pub
本系列文章由@二货梦想家张程 所写,转载请注明出处. 作者:ZeeCoder 微博链接:http://weibo.com/zc463717263 我的邮箱:michealfloyd@126.com 欢迎大家发邮件来和我交流编程心得 you are what you read!与大家共勉! -------------------------------------------------分割线:ZeeCoder--------------------------------------