Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / level3-lesson17-diy3

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 1ca76c19 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent d7ff9a5c c97682l1550p256a15092/wx978328
Show whitespace changes
Inline Side-by-side
Showing with 11 additions and 0 deletions
  • fjdlaskj.py
  • tesxt.txt
fjdlaskj.py 0 → 100644
View file @ 1ca76c19
import tkinter
root = tkinter.Tk()
root.geometry('300x500+500+300')
canv = tkinter.Canvas(root,width=240,height = 300,bg = "lightblue")
canvas = tkinter.Canvas(canv,width = 100,height = 100,bg = "green")
canv.place(x=30,y=20)
canvas.place(x = 0,y = 0)
root.mainloop()
\ No newline at end of file
This diff is collapsed. Click to expand it.
tesxt.txt
View file @ 1ca76c19
用户名为:广泛大使馆密码为:施工方法
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment